pyacs.lib.coordinates
Coordinate transformation utilities.
Convert azimuth (clockwise from north) to east and north unit vector. |
|
Convert local vector (dE, dN, dU) at a reference point to geocentric XYZ. |
|
Convert web Mercator coordinates (km) to geographical coordinates. |
|
Convert geographical coordinates to Web Mercator (flat earth). |
|
Convert geodetic coordinates (lon, lat, h) to geocentric XYZ. |
|
Spherical distance between two points given in geodetic coordinates. |
|
Rotation matrix from geocentric (XYZ) to local (ENU). |
|
Rotation matrix from local (ENU) to geocentric (XYZ). |
|
Baseline (great circle) length rate between two points. |
|
Converts a velocity expressed in geocentric cartesian coordinates (X, Y, Z) into local North, East, Up components (dN, dE, dU) at a reference point. |
|
Calculate the geodetic radius of curvature normal to the ellipsoid. |
|
Convert geocentric cartesian (XYZ) to geodetic coordinates (lon, lat, h). |
|
Convert geocentric XYZ to geo-spherical (longitude, latitude, radius). |
|
Spherical distance between two points in geocentric XYZ. |