| Home | Trees | Indices | Help |
|
|---|
|
|
A pure Python version of Karney's C++ classes GeodesicExact and GeodesicLineExact.
For more details, see the C++ GeographicLib documentation, especially the Class List and the background information at Geodesics on an ellipsoid of revolution.
Also, compare GeodesicExact and
GeodesicLineExact to standard classes
Geodesic respectively GeodesicLine from
Karney's Python implementation geographiclib, see modules pygeodesy.geodesicw and pygeodesy.karney.
Version: 25.09.02
| Submodules | |
| |
| Classes | |
|
GeodesicExact A pure Python version of Karney's C++ class GeodesicExact, modeled after Karney's Python class geodesic.Geodesic. |
|
|
GeodesicLineExact A pure Python version of Karney's C++ class GeodesicLineExact, modeled after Karney's Python class geodesicline.GeodesicLine. |
|
|
GeodesicAreaExact Area and perimeter of a geodesic polygon, an enhanced version of Karney's Python class PolygonArea using the more accurate surface area. |
|
|
PolygonArea For geographiclib compatibility, sub-class of GeodesicAreaExact.
|
|
|
Caps Enum-style masks to be bit- or'ed to specify
geodesic, rhumb or -lines
capabilities (caps) and method results
(outmask).
|
|
|
GeodesicError Error raised for convergence or other issues in geodesicx, geodesicw or karney. |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Nov 6 10:52:29 2025 | http://epydoc.sourceforge.net |