| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
named._Named --+
|
named._NamedBase --+
|
_EcefBase --+
|
EcefKarney
Conversion between geodetic and geocentric, Earth-Centered, Earth-Fixed (ECEF) coordinates transcoded from Karney's C++ Geocentric methods.
Note:
In general, there are multiple solutions and the result which
minimizes height is returned, i.e., the (lat,
lon) corresponding to the closest point on the ellipsoid. If
there are still multiple solutions with different latitudes
(applies only if z = 0), then the solution with
lat > 0 is returned. If there are still multiple
solutions with different longitudes (applies only if x
= y = 0), then lon00 is returned. The
returned lon is in the range [−180°, 180°] and
height is not below −E.a * (1 − E.e2)
/ sqrt(1 − E.e2 * sin(lat)**2). Like forward
above, v1 = Transpose(M) ⋅ v0.
| Instance Methods | |
|
Inherited from Inherited from Inherited from Inherited from |
| Properties | |
|
Inherited from Inherited from Inherited from |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Sep 8 13:02:07 2026 | http://epydoc.sourceforge.net |