Home | Trees | Indices | Help |
|
---|
|
object --+ | named._Named --+ | heights._HeightNamed --+ | heights._HeightBase --+ | _GeoidBase --+ | GeoidPGM
Geoid height interpolator for Karney's GeographicLib Earth Gravitational Model (EGM) geoid egm*.pgm datasets but based on SciPy
RectBivariateSpline, bisplrep/-ev or interp2d interpolation.
Use any of the egm84-, egm96- or egm2008-*.pgm datasets. However,
unless cropped, an entire egm*.pgm
dataset is loaded into
the SciPy
interpolator and converted from 2-byte
int
to 8-byte dtype float64
. Therefore,
internal memory usage is 4x the egm*.pgm file size and may exceed the available memory,
especially with 32-bit Python, see properties .nBytes
and
.sizeB
.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from Inherited from Inherited from Inherited from |
Method Details |
New GeoidPGM interpolator.
Notes:
See Also: Class GeoidKarney and function egmGeoidHeights. |
Interpolate the geoid height for one or several locations.
Note:
To obtain orthometric heights, each See Also: Function pygeodesy.heightOrthometric. |
Interpolate the geoid height for one or several lat-/longitudes.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Oct 22 17:06:20 2024 | http://epydoc.sourceforge.net |