iwfm.gis.utm_2_latlon

iwfm.gis.utm_2_latlon(easting, northing, zone, band='U')[source]

Reproject from UTM to geographic coordinates.

Parameters:
  • easting (float) – Easting (X) value

  • notthing (float) – Northing (Y) value

  • zone (int) – UTM zone

  • band (str, default='U') – MGRS latitude band letter; bands N-X are the northern hemisphere, C-M the southern

Returns:

(lat, lon) – Latitude and Longitude

Return type:

tuple of float