wgs84_to_utm¶
- pycraf.geospatial.wgs84_to_utm(glon, glat, utm_zone)[source] [edit on github]¶
Convert GPS/WGS84 coordinates to UTM.
- Parameters
- Returns
- ulon, ulat
Quantity
UTM longitude and latitude [m]
- ulon, ulat
Notes
This function uses only the longitudal zone scheme. There is also the NATO system, which introduces latitude bands.