Skip to content

Instantly share code, notes, and snippets.

@wvpv
Last active September 24, 2018 23:49
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wvpv/8fe35d69e7acd8174550f3c23ad64c37 to your computer and use it in GitHub Desktop.
Save wvpv/8fe35d69e7acd8174550f3c23ad64c37 to your computer and use it in GitHub Desktop.
select
zip
, cos(radians(latitude)) * cos(radians(longitude)) xaxis
, cos(radians(latitude)) * sin(radians(longitude)) yaxis
, sin(radians(latitude)) zaxis
from zip_axis
/* credit https://stackoverflow.com/a/2233208/812377 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment