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 geopoint conversion from utm for southern hemisphere #53

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

PeterQFR
Copy link
Contributor

@PeterQFR PeterQFR commented Oct 27, 2022

Here is a Bug in the python library where the conversion from utm to lat lon in southern hemisphere does not work. In the CPP geodesy::UTM code there is a conversion where 10000000 is subtracted from the northings which correctly places the lat lon in southern hemisphere.

This fixes that for the python library which only correctly outputs for northern hemisphere

…fo into fix-southern-hemisphere-utm-conversion
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

Successfully merging this pull request may close these issues.

1 participant