Package pygeodesy :: Package geodesicx :: Module gx
[frames] | no frames]

Module gx

A Python version of Karney's C++ class GeodesicExact.

Classes GeodesicExact and GeodesicLineExact follow the naming, methods and return values from Karneys' Python classes Geodesic and GeodesicLine, respectively.

Copyright (C) Charles Karney (2012-2021) <Charles@Karney.com> and licensed under the MIT/X11 License. For more information, see GeographicLib.


Version: 21.06.30

Classes
  GeodesicExact
A pure Python version of Karney's C++ class GeodesicExact, modeled after Karney's Python class Geodesic.
  GeodesicLineExact
A pure Python version of Karney's C++ class GeodesicLineExact, modeled after Karney's Python class GeodesicLine.