Ellipsoid with major and minor radius, semi-axis, (inverse) flattening
and other pre-computed, frequently used attributes.
|
|
|
__eq__(self,
other)
Compare this and an other ellipsoid. |
|
|
|
distance2(self,
lat0,
lon0,
lat1,
lon1)
Approximate the distance and (initial) bearing between two points
based on the radii of curvature. |
|
|
|
ecef(self,
Ecef=None)
Return ECEF converter. |
|
|
|
e2s(self,
s)
Compute norm sqrt(1 - e2 * s**2). |
|
|
|
e2s2(self,
s)
Compute 1 - e2 * s**2. |
|
|
|
es_atanh(self,
x)
Compute es * atanh(es * x) where es is the
signed 1st Eccentricity. |
|
|
|
|
|
|
|
m2degrees(self,
meter)
Convert distance to angle along equator. |
|
|
|
Rgeocentric(self,
lat)
Compute the geocentric earth radius at the given latitude. |
|
|
|
Rlat(self,
lat)
Approximate the earth radius at the given latitude. |
|
|
|
roc2(self,
lat)
Compute the meridional and prime-vertical radii of curvature at the
given latitude. |
|
|
|
rocBearing(self,
lat,
bearing)
Compute the directional radius of curvature at the given latitude and
compass direction. |
|
|
|
rocGauss(self,
lat)
Compute the Gaussian radius of curvature at the given latitude. |
|
|
|
rocMean(self,
lat)
Compute the mean radius of curvature at the given latitude. |
|
|
|
rocMeridional(self,
lat)
Compute the meridional radius of curvature at the given latitude. |
|
|
|
rocPrimeVertical(self,
lat)
Compute the prime-vertical radius of curvature at the given latitude. |
|
|
|
toStr(self,
prec=9)
Return this ellipsoid as a text string. |
|
|
Inherited from named._NamedEnumItem :
__ne__ ,
unregister
Inherited from named._NamedBase :
__repr__ ,
__str__ ,
others ,
toStr2
Inherited from named._Named :
_dot_ ,
attrs ,
classof ,
copy
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|