Expand description
Micro-library for converting from geodetic to UTM coordinates.
Structs§
Enums§
- WSG84
ToLat LonError - Error type for the wsg84_utm_to_lat_lon function.
Functions§
- lat_
lon_ to_ zone_ number - Convert a latitude and longitude to the UTM zone number.
- lat_
to_ zone_ letter - Convert a latitude to the UTM zone letter.
- radians_
to_ utm_ wgs84 - Converts a latitude and longitude in radians to UTM coordinates using the WGS84 ellipsoid.
- to_
utm_ wgs84 - Converts a latitude and longitude in decimal degrees to UTM coordinates using the WGS84 ellipsoid.
- to_
utm_ wgs84_ no_ zone - Converts a latitude and longitude in decimal degrees (using the latitude and longitude to compute the zone) to UTM coordinates using the WGS84 ellipsoid.
- wsg84_
utm_ to_ lat_ lon - Converts a UTM coordinate to a latitude and longitude. zone_num can be obtain by calling lat_lon_to_zone_number zone_letter can be obtain by calling lat_to_zone_letter