Package pygeodesy :: Package deprecated :: Class HeightIDW2
[frames] | no frames]

Class HeightIDW2

          object --+                
                   |                
        named._Named --+            
                       |            
     heights._HeightBase --+        
                           |        
          heights._HeightIDW --+    
                               |    
heights.HeightIDWequirectangular --+
                                   |
                                  HeightIDW2

DEPRECATED, use class HeightIDWequirectangular.

Instance Methods
 
__init__(self, knots, adjust=True, wrap=False, name='')
New HeightIDWequirectangular interpolator.

Inherited from heights.HeightIDWequirectangular: __call__, height

Inherited from heights._HeightIDW: _distances_angular_, _distances_angular_datum_

Inherited from named._Named: _DOT_, __repr__, __str__, attrs, classof, copy, dup, rename, toRepr, toStr, toStr2

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Properties

Inherited from heights._HeightIDW: beta

Inherited from heights._HeightBase: adjust, datum, kmin, numpy, scipy, scipy_interpolate, wrap

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

Inherited from object: __class__

Method Details

__init__ (self, knots, adjust=True, wrap=False, name='')
(Constructor)

 

New HeightIDWequirectangular interpolator.

Arguments:
  • knots - The points with known height (LatLons).
  • adjust - Adjust the wrapped, unrolled longitudinal delta by the cosine of the mean latitude (bool).
  • wrap - Wrap and pygeodesy.unrollPI longitudes (bool).
  • name - Optional name for this height interpolator (str).
Raises:
  • HeightError - Insufficient number of knots or an invalid knot.
Overrides: object.__init__
(inherited documentation)