Package pygeodesy :: Module ecef :: Class EcefFukushima
[frames] | no frames]

Class EcefFukushima

  object --+            
           |            
named._Named --+        
               |        
named._NamedBase --+    
                   |    
           _EcefBase --+
                       |
                      EcefFukushima

Conversion between geodetic and geocentric, Earth-Centered, Earth-Fixed (ECEF) coordinates transcoded from Toshio Fukushima's Fortran implementation.


See Also: Fukushima, T. Transformation from Cartesian to Geodetic Coordinates Accelerated by Halley’s Method and Eleiche, M. A comparison between Fukushima-Halley algorithm and Trilateration algorithm for geodetic conversion.

Instance Methods

Inherited from _EcefBase: __eq__, __init__, forward, forward_, reverse, toStr

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__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from _EcefBase: a, datum, ellipsoid, equatoradius, equatorialRadius, f, flattening, lon00

Inherited from named._Named: classname, classnaming, iteration, name, named, named2, named3, named4, sizeof, typename

Inherited from object: __class__