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 CNone if lat or lon is invalid
or outside the Conterminous US (CONUS) , if the
model was invalid, if the query timed out or if conversion
failed. The <error> is the HTTP-, IO-, SSL-, Type-, URL- or
ValueError as string.
See Also:
NOAA National Geodetic Survery and Geoid
|