|
__init__(self,
hs,
p)
(INTERNAL) Set up the grid axes, the SciPy interpolator
and several internal geoid attributes. |
|
|
|
__call__(self,
*llis)
Interpolate the geoid height for one or several locations. |
|
|
|
|
|
|
|
center(self,
LatLon=None)
Return the center location and height of this geoid. |
|
|
|
height(self,
lats,
lons)
Interpolate the geoid height for one or several lat-/longitudes. |
|
|
|
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. |
|
|
|
lowerright(self,
LatLon=None)
Return the lower-right location and height of this geoid. |
|
|
|
lowest(self,
LatLon=None,
**unused)
Return the location and the 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 :
_dot_ ,
attrs ,
classof ,
copy ,
toRepr ,
toStr2
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|