iwfm.gis.utm_2_wgs84

iwfm.gis.utm_2_wgs84(zone, easting, northing)[source]

Reproject from UTM to geographic coordinates.

Parameters:
  • zone (int or str) – UTM Zone

  • easting (float) – Easting in UTM

  • northing (float) – Northing in UTM

Returns:

(lon, lat, altitude) – Longitude, Latitude, and altitude (0)

Return type:

tuple