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

from ellipsoidal to utm and back #1

Closed
xanthospap opened this issue May 4, 2017 · 1 comment
Closed

from ellipsoidal to utm and back #1

xanthospap opened this issue May 4, 2017 · 1 comment

Comments

@xanthospap
Copy link
Contributor

Transforming ellipsoidal to UTM coordinates and back is erroneous; see the test case in pystrain/geodesy/utm.py. Seems that there is a problem (at least) with negative longtitudes.

@demanasta
Copy link
Contributor

The problem is with negative latitudes (not longitudes!)
At function utm2ell, should be defined if utm coordinates (N,E) is in the northern or southern hemisphere.
On line 18, if zone < 0: , zone is always greater than zero!!

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

2 participants