Module karney
Wrapper around Charles Karney's Python classes
Geodesic
and GeodesicLine
and functions
AngDiff
, AngNormalize
, LatFix
and
sum
from geographiclib, 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 classes and module are wrappers around
some of Karney's Python geographiclib:
|
__all__ = _ALL_LAZY.karney
|