Module coord_transforms::geo

source ·
Expand description

Module for geographical coordinate transformations

Functions

Converts 3-d ECEF coordinates to 3-d LLA coordinates
Converts 3-d local cartesian ENU coordinates plus 3-d LLA origin coordinates and an ellipsoid to 3-d LLA coordinates
Converts 3-d ENU coordinates to 3-d NED coordinates
Converts 2-d LL coordinates to UTM Grid (using Karney method) - accruacy to within a few nanometers within 3900km of the central meridian
Converts 3-d LLA coordinates to 3-d ECEF coordinates
Converts 3-d LLA origin coordinates plus 3-d LLA coordinates and an ellipsoid to 3-d local ENU cartesian coordinates
Converts 3-d LLA origin coordinates plus 3-d LLA coordinates and an ellipsoid to 3-d local NED cartesian coordinates
Converts 3-d NED coordinates to 3-d ENU coordinates
Converts 3-d local cartesian NED coordinates plus 3-d LLA origin coordinates and an ellipsoid to 3-d LLA coordinates
Converts UTM Grid coordinates to 2-d LL (using Karney method) - accruacy to within a few nanometers within 3900km of the central meridian