Last active
September 24, 2018 23:49
-
-
Save wvpv/8fe35d69e7acd8174550f3c23ad64c37 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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