Geodesic (a_ellipsoid=Ellipsoid(name='WGS84', a=6378137, f=0.00335281, f_=298.257223...,
f=None,
**name)
|
|
Return a wrapped geodesic.Geodesic instance from
Karney's Python geographiclib, provide the latter is installed,
otherwise an ImportError.
- Arguments:
a_ellipsoid - An ellipsoid (Ellipsoid) or datum (Datum)
or the equatorial radius a of the ellipsoid
(meter).
f - The flattening of the ellipsoid (scalar), required
if a_ellipsoid) is meter,
ignored otherwise.
name - Optional name=NN (str), ignored
like f.
|