Package pyaxqg :: Module axqgs :: Class Ax5QG
[frames] | no frames]

Class Ax5QG

            object --+                
                     |                
pygeodesy.named._Named --+            
                         |            
pygeodesy.named._NamedBase --+        
                             |        
                     _AxQGbase --+    
                                 |    
                             Ax3QG --+
                                     |
                                    Ax5QG

Triaxial EGM2008 transformer using SciPy bivariate spline interpolations.

Instance Methods
 
__init__(self, kind=3, smooth=0, **raiser_name)
New Ax5QG transformer instance.

Inherited from Ax3QG: axN, axN3, forward, forwardOn, isinside, region4, reverse, reverseOn, sideOf, unrotate

Inherited from _AxQGbase: toStr

Inherited from pygeodesy.named._NamedBase: __repr__, __str__, others, toRepr

Inherited from pygeodesy.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 _AxQGbase: ellipsoid, kind, lon0, onEPS, raiser, smooth, triaxial

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

Inherited from object: __class__

Method Details

__init__ (self, kind=3, smooth=0, **raiser_name)
(Constructor)

 

New Ax5QG transformer instance.

Arguments:
  • kind - scipy.interpolate order (int, -1, -3, -5 or 1..5), see class pygeodesy.GeoidQuasi for the bivariate spline kinds and further information.
  • smooth - Spline smoothing factor for kind=1..5 only (float).
  • raiser_name - See Ax3QG.
Overrides: object.__init__