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:
On methods .forward
and .forwar_
, let
v
be a unit vector located at (lat, lon,
h)
. We can express v
as column vectors in one
of two ways, v1
in East, North, Up (ENU) coordinates
(where the components are relative to a local coordinate system at
C(lat0, lon0, h0)
) or as v0
in geocentric
x, y, z
coordinates. Then, v0 = M ⋅
v1 where M
is the rotation matrix.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from Inherited from |
Properties | |
hmax | |
Inherited from Inherited from Inherited from |
Method Details |
Convert from geocentric
Note:
In general, there are multiple solutions and the result which
minimizes |
Property Details |
hmax
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:20 2024 | http://epydoc.sourceforge.net |