Home | Trees | Indices | Help |
|
---|
|
Elevations: ellipsoidal, orthometric heights for (geodetic)
LatLon
points from geoid models, interpolations and web
services.
Version: 23.12.18
Submodules | |
|
Classes | |
Elevation2Tuple 2-Tuple (elevation, data_source) in meter
and str .
|
|
GeoidError Geoid interpolator Geoid... or interpolation issue.
|
|
GeoidG2012B Geoid height interpolator for GEOID12B Model grids CONUS, Alaska, Hawaii, Guam and Northern Mariana Islands, Puerto Rico and U.S. Virgin Islands and American Samoa based on SciPy RectBivariateSpline or interp2d interpolation.
|
|
GeoidHeight2Tuple 2-Tuple (height, model_name) , geoid
height in meter and
model_name as str .
|
|
GeoidHeight5Tuple 5-Tuple (lat, lon, egm84, egm96, egm2008) for GeoidHeights.dat tests with the heights for 3
different EGM grids at degrees90 and
degrees180 degrees (after converting lon
from original 0 <= EasterLon <= 360 ).
|
|
GeoidKarney Geoid height interpolator for Karney's GeographicLib Earth Gravitational Model (EGM) geoid egm*.pgm datasets using bilinear or cubic interpolation and caching in pure Python, transcoded from Karney's C++ class Geoid. |
|
GeoidPGM Geoid height interpolator for Karney's GeographicLib Earth Gravitational Model (EGM) geoid egm*.pgm datasets but based on SciPy
RectBivariateSpline or interp2d interpolation.
|
|
HeightCubic Height interpolator based on SciPy interp2d kind='cubic' .
|
|
HeightError Height interpolator Height... or interpolation issue.
|
|
HeightIDWcosineAndoyerLambert Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.cosineAndoyerLambert_.
|
|
HeightIDWcosineForsytheAndoyerLambert Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.cosineForsytheAndoyerLambert_.
|
|
HeightIDWcosineLaw Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.cosineLaw_.
|
|
HeightIDWdistanceTo Height interpolator using Inverse Distance Weighting (IDW) and the distance from the points' LatLon.distanceTo method,
conventionally in meter .
|
|
HeightIDWequirectangular Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians squared like
function pygeodesy3.equirectangular_.
|
|
HeightIDWeuclidean Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.euclidean_.
|
|
HeightIDWexact Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in degrees from method GeodesicExact.Inverse .
|
|
HeightIDWflatLocal Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians squared like
function pygeodesy3.flatLocal_/pygeodesy3.hubeny_.
|
|
HeightIDWflatPolar Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.flatPolar_.
|
|
HeightIDWhaversine Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.haversine_.
|
|
HeightIDWhubeny Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians squared like
function pygeodesy3.flatLocal_/pygeodesy3.hubeny_.
|
|
HeightIDWkarney Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in degrees from
Karney's geographiclib Geodesic Inverse method.
|
|
HeightIDWthomas Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.thomas_.
|
|
HeightIDWvincentys Height interpolator using Inverse Distance Weighting (IDW) and the angular distance in radians from function pygeodesy3.vincentys_.
|
|
HeightLSQBiSpline Height interpolator using SciPy LSQSphereBivariateSpline.
|
|
HeightLinear Height interpolator based on SciPy interp2d kind='linear' .
|
|
HeightSmoothBiSpline Height interpolator using SciPy SmoothSphereBivariateSpline.
|
|
PGMError Issue parsing or cropping an egm*.pgm geoid dataset.
|
Functions | |||
|
|||
|
|||
|
Variables | |
__getattr__ = _lazy_import_as(__name__)
|
Function Details |
Generate geoid egm*.pgm height tests from GeoidHeights.dat Test data for Geoids.
Note:
Function egmGeoidHeights is used to test the geoids GeoidKarney and GeoidPGM, see PyGeodesy3 module
|
Get the geoid elevation at an
Note:
The returned See Also: USGS Elevation Point Query Service, the FAQ, geoid.py, module geoids, classes GeoidG2012B, GeoidKarney and GeoidPGM. |
Get the
Note:
The returned See Also: NOAA National Geodetic Survey, Geoid, USGS10mElev.py, module geoids, classes GeoidG2012B, GeoidKarney and GeoidPGM. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 4 16:45:43 2024 | http://epydoc.sourceforge.net |