Function coord_transforms::geo::ll2utm [] [src]

pub fn ll2utm(ll_vec: &Vector2<f64>, ellipsoid: &geo_ellipsoid) -> utm_grid

Converts 2-d LL coordinates to UTM Grid (using Karney method) - accruacy to within a few nanometers within 3900km of the central meridian

Arguments

  • ll_vec - Vector2 reference to the LL vector (latitude, longitude) (radians, radians)

Return Value

  • utm_grid::utm_grid - UTM Grid the latitude and longitude belong in

Notes