How can I convert geodetic (latitude,longitude,altitude) coordinates into utm (x,y,z) coordinate #958
Unanswered
xleEmesent
asked this question in
Q&A
Replies: 1 comment 8 replies
-
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
All:
How can I convert geodetic (latitude,longitude,altitude) coordinates into utm (x,y,z) coordinate with pyproj or any python tool? Currently I have tried
It works only with two parameters, (longAngle,latAngle). Is there anyway to plug in the 3rd parameter altAngle into the function as well?
as:
I also tried:
The z corresponds altAngle is not transformed as expected, still 0.022959
Many Thanks!
Beta Was this translation helpful? Give feedback.
All reactions