iwfm.gis.wgs84_2_utm¶ iwfm.gis.wgs84_2_utm(lon, lat)[source]¶ Reproject a WGS84 shapefile to UTM. Parameters: lon (float) – longitude lat (float) – latitude Returns: (easting, northing, altitude) – UTM easting, northing, and altitude (0) Return type: tuple