Home | Trees | Indices | Help |
|
---|
|
Pure Python versions of three Karney geodesics, C++ class GeodesicExact, GeodSolve utility and Python package geographiclib, provided that package is installed.
Version: 23.12.18
Submodules | |
|
Classes | |
GeodSolve12Tuple 12-Tuple (lat1, lon1, azi1, lat2, lon2, azi2, s12, a12, m12,
M12, M21, S12) with angles lat1 ,
lon1 , azi1 , lat2 ,
lon2 and azi2 and arc a12
all in degrees , initial azi1 and final
azi2 forward azimuths, distance s12 and
reduced length m12 in meter , area
S12 in meter squared and geodesic
scale factors M12 and M21 , both
scalar , see GeodSolve.
|
|
GeodesicAreaExact Area and perimeter of a geodesic polygon, an enhanced version of Karney's Python class PolygonArea using the more accurate surface area. |
|
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. |
|
GeodesicLineSolve Wrapper to invoke Karney's GeodSolve as an Exact version of
Karney's Python class GeodesicLine.
|
|
GeodesicSolve Wrapper to invoke Karney's GeodSolve as an Exact version of
Karney's Python class Geodesic.
|
|
PolygonArea For geographiclib compatibility, sub-class of GeodesicAreaExact.
|
Functions | |||
|
|||
|
|||
|
Variables | |
__getattr__ = _lazy_import_as(__name__)
|
Function Details |
Return a wrapped |
Return a wrapped
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 4 16:45:44 2024 | http://epydoc.sourceforge.net |