geoidHeight2(lat,
lon,
model=0,
timeout=2.0)
|
|
Get the NAVD88 geoid height at an NAD83
location.
- Parameters:
lat - Latitude (degrees).
lon - Longitude (degrees).
model - Optional, geoid model ID (int).
timeout - Optional, query timeout (seconds).
- Returns:
- 2-Tuple (height, model_name) in (meter, string) or (None, Error).
Note:
The returned height is None if lat or
lon was invalid or outside the Conterminous US
(CONUS) , if the model was invalid, if the query timed
out or if conversion failed. The Error is an HTTP-, IO-, SSL-,
Type-, URL- or ValueError.
See Also:
NOAA National Geodetic Survery and Geoid
|