Open e5k opened 3 years ago
Just to compare with Python 3.9.0 and the current git clone:
>>> import utm
>>> lat=14.0107554
>>> lon=120.9979889
>>> utm.from_latlon(lat,lon)
(283772.21524068655, 1549830.6652980775, 51, 'P')
Ok my bad, I had the pip version, thanks for trying. Maybe worth updating it there?
Hi,
I am trying to get the UTM zone for given coordinates (i.e. Taal volcano) using v0.7, Python 3.9 on Anaconda/OSX. It should return
51 P
but returns50 L
. Any idea? CheersS