pyrocko.dataset.topo

Multiresolution topography and bathymetry datasets.

This module provides access to gridded topography data from the following sources:

  • NOAA ETOPO1 Global Relief Map.

  • NASA Shuttle Radar Topography Mission Global 30 arc second (SRTMGL3) topography data.

Modules

pyrocko.dataset.topo.dataset

Functionality to handle tiled global topography datasets.

pyrocko.dataset.topo.etopo1

NOAA ETOPO1 Global Relief Map.

pyrocko.dataset.topo.srtmgl3

NASA Shuttle Radar Topography Mission Global 30 arc second (SRTMGL3) topography data.

pyrocko.dataset.topo.tile

Topography tile data model.

Functions

elevation(lat, lon)

Get elevation at given point.

elevation(lat, lon)[source]

Get elevation at given point.

Tries to use SRTMGL3, falls back to ETOPO01 if not available.