Package pygeodesy :: Package auxilats
[frames] | no frames]

Package auxilats

Classes AuxAngle, AuxDLat, AuxDST and AuxLat transcoded to Python from Karney's C++ class AuxAngle, DAuxLatitude, DST, repectively AuxLatitude all in GeographicLib version 2.2+.

Copyright (C) Charles Karney (2022-2023) and licensed under the MIT/X11 License. For more information, see the GeographicLib documentation.


Note: Class AuxDST requires numpy to be installed, version 1.16 or newer.

See Also: Auxiliary latitudes and On auxiliary latitudes.

Version: 23.12.07

Submodules

Classes
  AuxAngle
An accurate representation of angles
  AuxBeta
A Parametric, Auxiliary latitude.
  AuxChi
A Conformal, Auxiliary latitude.
  AuxMu
A Rectifying, Auxiliary latitude.
  AuxPhi
A Geodetic or Geographic, Auxiliary latitude.
  AuxTheta
A Geocentric, Auxiliary latitude.
  AuxXi
An Authalic, Auxiliary latitude.
  AuxDLat
Class to compute Divided Differences of Auxiliary latitudes and other Divided Differences needed for RhumbAux and RhumbLineAux calculations.
  AuxDST
Discrete Sine Transforms (DST) for Auxiliary latitudes.
  AuxLat
Base class for accurate conversion between Auxiliary latitudes on an ellipsoid.
Variables
  Aux = Aux()