Crate utm

source ·
Expand description

Micro-library for converting from geodetic to UTM coordinates.

Structs

Enums

Error type for the wsg84_utm_to_lat_lon function.

Functions

Convert a latitude and longitude to the UTM zone number.
Convert a latitude to the UTM zone letter.
Converts a latitude and longitude in radians to UTM coordinates using the WGS84 ellipsoid.
Converts a latitude and longitude in decimal degrees to UTM coordinates using the WGS84 ellipsoid.
Converts a latitude and longitude in decimal degrees (using the latitude and longitude to compute the zone) to UTM coordinates using the WGS84 ellipsoid.
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