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!