Module karney
Wrapper around Charles Karney's Python classes
Geodesic
and GeodesicLine
and Math
functions AngDiff
, AngNormalize
,
LatFix
and sum
from Karney's geographiclib, Python package, provided that package is
installed.
The wrapped class methods return a
named._NamedDict
instance providing access to the
dict
items by key or attribute.
Following are PyGeodesy classes and functions transcribed from
Karney's original GeographicLib in C++:
The following PyGeodesy modules and classes are wrappers
around some of Karney's Python geographiclib:
|
__all__ = _ALL_LAZY.karney
|