简体   繁体   中英

Python matplotlib basemap using northing and easting coordinates

I have to plot UTM coordinates (easting and northing) on a map and I wanted to do that with the matplotlib basemap toolkit in python.

Is there a way to use these coordinates directly or do I have to convert them into lat and long coordinates? If I have to convert them is there an easy way to do it?

thank you!

Okay, I found an answer: At http://pypi.python.org/pypi/utm there is a UTM conversion library (written by TBieniek). It is also possible to convert UTM with pyproj.

I found the answer here: lat/lon to utm to lat/lon is extremely flawed, how come?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM