utm_to_wgs84# pycraf.geospatial.utm_to_wgs84(ulon, ulat, utm_zone)[source]# Convert UTM coordinates to GPS/WGS84. Parameters: ulon, ulatQuantityUTM longitude and latitude [m] utm_zonestrUTM zone string (e.g., 32N for longitudes 6 E to 12 E, northern hemisphere); see Wikipedia for more information on the zones Returns: glon, glatQuantityGPS/WGS84 longitude and latitude [deg] Notes This function uses only the longitudal zone scheme. There is also the NATO system, which introduces latitude bands.