-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[geotf] ENU frame projection error #53
Comments
@rikba I tried using the topocentric projection with gdal, but was not able to convert coordinates between WGS84 (EPSG:4326)
Error message:
Any ideas / pointers you can suggest to solve this problem would be helpful! |
Sorry, but I have not worked with it since them. You are testing it on 22.04? |
@rikba Yes! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The orthographic projection causes a non-neglectable error when converting geodetic to ENU coordinates.
The current projection should be replaced by a topocentric projection, i.e.,
See https://proj.org/operations/conversions/topocentric.html
Unfortunately, this is only available with PROJ4 >= 8.0.0 which is only available with Ubuntu 22.04.
For now one can use the deprecated geodetic_utils for example, but should correct the bug #36
The text was updated successfully, but these errors were encountered: