How to convert the UTM to Lat/Long in Python?
问题 { "type": "MultiPolygon", "coordinates": [[[ [6707794.77817316, 1952512.97762237], [6707794.43138905, 1952566.21209599], [6707897.49942442, 1952567.26754007], [6707897.9039513, 1952513.5347079], [6707794.77817316, 1952512.97762237] ]]] } these are my UTM coordinates for Sacramento city from pyproj import Proj Lat = 52.063098675 Lon = -114.132980348 ZoneNo = "11" #Manually input or from other sources myProj = Proj("+proj=utm +zone="+\ ZoneNo+", +north +ellps=WGS84 +datum=WGS84 +units=m +no