Crate utm

Source
Expand description

Micro-library for converting from geodetic to UTM coordinates.

Structs§

Ellipsoid

Enums§

WSG84ToLatLonError
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