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 (2008-2022) and licensed under the MIT/X11 License. For more information, see the GeographicLib documentation.


Version: 22.09.14

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.