You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 returns 50 L. Any idea?
Cheers
S
lat=14.0107554lon=120.9979889zone=utm.from_latlon(lat,lon)
zone
(609326.0410868623, 9088147.638740664, 50, 'L')
The text was updated successfully, but these errors were encountered:
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?Cheers
S
The text was updated successfully, but these errors were encountered: