Turbo87 / utm

Bidirectional UTM-WGS84 converter for python
http://pypi.python.org/pypi/utm
MIT License
486 stars 101 forks source link

Get wrong Lat Long when converting from standard utm #75

Closed aegonwolf closed 2 years ago

aegonwolf commented 2 years ago

I think there is some conversion issue

utm.to_latlon(246000, 9855098, 37, 'S') returns (88.35340991983618, -159.09274162642123)

should be:

-1.3099201619910947, 36.71738092600017

?

Note that I am completely new to this type of data, if I did something super silly, please correct me. Thanks

aegonwolf commented 2 years ago

I did make a mistake here and someone has solved it for me: https://gis.stackexchange.com/questions/413420/converting-utm-to-lat-long-with-pythons-utm/413423#413423