Skip to content
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

Fix for UTM Conversion to LatLon in southern hemisphere. #54

Open
PeterQFR opened this issue Oct 27, 2022 · 0 comments
Open

Fix for UTM Conversion to LatLon in southern hemisphere. #54

PeterQFR opened this issue Oct 27, 2022 · 0 comments

Comments

@PeterQFR
Copy link
Contributor

The python Geodey package does not correctly recreate lat lon from a utm in the southern hemisphere. It seems pyProj needs a specific hemisphere tag in the definition.

However another fix is provided in the cpp code for geodesy::UTM that I've replicated in the python code to ensure both are consisted with each other. (and as far as I can tell with google maps)

I've opened a PR #53

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant