Replies: 1 comment
-
I am also having the issue where this conversion yields no difference in altitude. I do not even get an error. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello,
I want to convert wgs84 coordinates from ellipsoidal height to wgs84 coordinates with orthometric height, i.e. height above goid. Therefore I set up a new conda environment.
This is the example code I have written:
This tells me that I am missing a file:
However I am not able to download that file anymore.
Is there a way I can use pyproj to get the correct height conversion?
I am open also for alternative approaches that work!
Thank you.
Here is a link to my original question: https://gis.stackexchange.com/questions/454317/how-to-convert-wgs84-from-ellipsoidal-height-to-mean-sea-level-i-e-height-above?noredirect=1#comment741734_454317
Installation method/steps
conda create -n "test_env" python=3.11.0
conda install -c conda-forge pyproj
conda install -c conda-forge proj-data
Environment Information
conda list gives me:
Beta Was this translation helpful? Give feedback.
All reactions