|
__init__(self,
hs,
p)
(INTERNAL) Set up the grid axes, the SciPy interpolator
and several internal geoid attributes. |
|
|
|
__call__(self,
*llis,
**wrap_H)
Interpolate the geoid (or orthometric) height for one or more
locations. |
|
|
|
__enter__(self)
Open context. |
|
|
|
__exit__(self,
*unused)
Close context. |
|
|
|
|
|
|
|
center(self,
LatLon=None)
Return the center location and height of this geoid. |
|
|
|
close(self)
Close the egm*.pgm geoid file if open (and applicable). |
|
|
|
height(self,
lats,
lons,
**wrap)
Interpolate the geoid height for one or several lat-/longitudes. |
|
|
|
height_(self,
*latlons,
**wrap)
Interpolate the geoid height for each (latlons[i],
latlons[i+1]) pair for i in range(0, len(latlons), 2). |
|
|
|
highest(self,
LatLon=None,
**unused)
Return the location and largest height of this geoid. |
|
|
|
lowerleft(self,
LatLon=None)
Return the lower-left location and height of this geoid. |
|
|
|
loweright(self,
LatLon=None)
Return the lower-right location and height of this geoid. |
|
|
|
lowerright(self,
LatLon=None)
Return the lower-right location and height of this geoid. |
|
|
|
lowest(self,
LatLon=None,
**unused)
Return the location and lowest height of this geoid. |
|
|
|
outside(self,
lat,
lon)
Check whether a location is outside this geoid's lat-/longitude or
crop range. |
|
|
|
toStr(self,
prec=3,
sep=', ')
This geoid and all geoid attributes as a string. |
|
|
|
upperleft(self,
LatLon=None)
Return the upper-left location and height of this geoid. |
|
|
|
upperright(self,
LatLon=None)
Return the upper-right location and height of this geoid. |
|
|
Inherited from named._Named :
__format__ ,
__imatmul__ ,
__matmul__ ,
__rmatmul__ ,
attrs ,
classof ,
copy ,
dup ,
methodname ,
rename ,
renamed ,
toRepr ,
toStr2
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|
|
closed
Get the egm*.pgm geoid file status.
|
|
cropped
Is geoid cropped (bool or None if crop not
supported).
|
|
dtype
Get the grid scipy dtype (numpy.dtype ).
|
|
endian
Get the geoid endianess and dtype (str ).
|
|
hits
Get the number of cache hits (int or None ).
|
|
kind
Get the interpolator kind and order (int ).
|
|
knots
Get the number of grid knots (int ).
|
|
mean
Get the mean of this geoid's heights (float ).
|
|
name
Get the name of this geoid (str ).
|
|
nBytes
Get the grid in-memory size in bytes (int ).
|
|
pgm
Get the PGM attributes (_PGM or None if not
available/applicable).
|
|
sizeB
Get the geoid grid file size in bytes (int ).
|
|
smooth
Get the RectBivariateSpline smoothing
(int ).
|
|
stdev
Get the standard deviation of this geoid's heights
(float ) or None .
|
|
u2B
Get the PGM itemsize in bytes (int ).
|
Inherited from heights._HeightBase :
numpy ,
scipy ,
scipy_interpolate
Inherited from heights._HeightNamed :
datum ,
kmin ,
wrap
Inherited from named._Named :
classname ,
classnaming ,
iteration ,
named ,
named2 ,
named3 ,
named4 ,
sizeof
Inherited from object :
__class__
|