|
|
Llat(self,
lat)
Return the meridional length, the distance along a meridian
between the equator and a (geodetic) latitude, see L. |
|
|
|
|
Lmeridian(self,
lat)
Return the meridional length, the distance along a meridian
between the equator and a (geodetic) latitude, see L. |
|
|
|
|
Rgeocentric(self,
lat)
Compute the geocentric earth radius of (geodetic) latitude. |
|
|
|
|
Rlat(self,
lat)
Average the earth radius between equatoradius at
0 and polaradius at +/-90
degrees latitude. |
|
|
|
|
__eq__(self,
other)
Compare this and an other ellipsoid. |
|
|
|
|
|
|
|
__init__(self,
a,
b=None,
f_=None,
f=None,
**name)
New Ellipsoid from the equatorial
radius and either the polar radius or inverse
flattening or flattening. |
|
|
|
|
auxAuthalic(self,
lat,
inverse=False)
Compute the authalic auxiliary latitude (Xi) or the
inverse thereof. |
|
|
|
|
auxConformal(self,
lat,
inverse=False)
Compute the conformal auxiliary latitude (Chi) or the
inverse thereof. |
|
|
|
|
auxGeocentric(self,
lat,
inverse=False,
height=0.0)
Compute the geocentric auxiliary latitude (Theta) or the
inverse thereof. |
|
|
|
|
auxIsometric(self,
lat,
inverse=False)
Compute the isometric auxiliary latitude (Psi) or the
inverse thereof. |
|
|
|
|
auxParametric(self,
lat,
inverse=False)
Compute the parametric auxiliary latitude (Beta) or the
inverse thereof. |
|
|
|
|
auxRectifying(self,
lat,
inverse=False)
Compute the rectifying auxiliary latitude (Mu) or the
inverse thereof. |
|
|
|
|
auxReduced(self,
lat,
inverse=False)
Compute the parametric auxiliary latitude (Beta) or the
inverse thereof. |
|
|
|
|
circle4(self,
lat)
Get the equatorial or a parallel circle of latitude. |
|
|
|
|
degrees2m(self,
deg,
lat=0)
Convert an arc in degrees to a distance along the equator or along a
parallel of (geodetic) latitude. |
|
|
|
|
|
|
|
e2s(self,
s)
Compute norm sqrt(1 - e2 * s**2). |
|
|
|
|
e2s2(self,
s)
Compute 1 - e2 * s**2. |
|
|
|
|
ecef(self,
Ecef=None)
Return ECEF converter. |
|
|
|
|
es_atanh(self,
x)
Compute es * atanh(es * x) or -es
* atan(es * x) for oblate respectively prolate
ellipsoids where es is the signed (1st) eccentricity. |
|
|
|
|
|
|
|
|
|
|
geodesic_(self,
exact=True)
Get the an exact Geodesic... instance for this
ellipsoid. |
|
|
|
|
hartzell4(self,
pov,
los=None)
Compute the intersection of this ellipsoid's surface and a
Line-Of-Sight from a Point-Of-View in space. |
|
|
|
|
height4(self,
xyz,
normal=True)
Compute the projection on and the height of a cartesian above or
below this ellipsoid's surface. |
|
|
|
|
m2degrees(self,
distance,
lat=0)
Convert a distance to an arc in degrees along the equator or along a
parallel of (geodetic) latitude. |
|
|
|
|
m2radians(self,
distance,
lat=0)
Convert a distance to an angle along the equator or along a parallel
of (geodetic) latitude. |
|
|
|
|
radians2m(self,
rad,
lat=0)
Convert an angle to the distance along the equator or along a
parallel of (geodetic) latitude. |
|
|
|
|
rhumb_(self,
exact=True)
Get the an exact Rhumb... instance for this
ellipsoid. |
|
|
|
|
roc1_(self,
sa,
ca=None)
Compute the prime-vertical, normal radius of curvature
of (geodetic) latitude, unscaled. |
|
|
|
|
roc2(self,
lat,
scaled=False)
Compute the meridional and prime-vertical,
normal radii of curvature of (geodetic) latitude. |
|
|
|
|
roc2_(self,
phi,
scaled=False)
Compute the meridional and prime-vertical,
normal radii of curvature of (geodetic) latitude. |
|
|
|
|
rocAzimuth(self,
lat,
azimuth)
Compute the directional radius of curvature of (geodetic)
latitude and azimuth compass direction. |
|
|
|
|
rocBearing(self,
lat,
bearing)
Compute the directional radius of curvature of (geodetic)
latitude and bearing compass direction. |
|
|
|
|
rocGauss(self,
lat)
Compute the Gaussian radius of curvature of (geodetic)
latitude. |
|
|
|
|
rocMean(self,
lat)
Compute the mean radius of curvature of (geodetic) latitude. |
|
|
|
|
rocMeridional(self,
lat)
Compute the meridional radius of curvature of (geodetic)
latitude. |
|
|
|
|
rocPrimeVertical(self,
lat)
Compute the prime-vertical, normal radius of curvature
of (geodetic) latitude, aka the transverse radius of
curvature. |
|
|
|
|
rocTransverse(self,
lat)
Compute the prime-vertical, normal radius of curvature
of (geodetic) latitude, aka the transverse radius of
curvature. |
|
|
|
|
toEllipse(self,
**name)
Get this ellipsoid's meridional ellipse Ellipse. |
|
|
|
|
toEllipsoid2(self,
**name)
Get a copy of this ellipsoid as an Ellipsoid2. |
|
|
|
|
toStr(self,
prec=8,
terse=4,
**sep_name)
Return this ellipsoid as a text string. |
|
|
|
|
toTriaxial(self,
**name)
Convert this ellipsoid to a Triaxial_. |
|
|
|
Inherited from named._NamedEnumItem:
unregister
Inherited from named._NamedBase:
__repr__,
__str__,
others,
toRepr
Inherited from named._Named:
__format__,
__imatmul__,
__matmul__,
__rmatmul__,
attrs,
classof,
copy,
dup,
methodname,
rename,
renamed,
toStr2
Inherited from object:
__delattr__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|