EcohydroWorkflowLib  0.973
 All Classes Namespaces Files Functions Variables Pages
Namespaces | Functions | Variables
demquery.py File Reference

Namespaces

namespace  ecohydroworkflowlib.wcs4dem.demquery
 Query NASA EOS Education Alliance (NEHEA) GeoBrain for DEM data.
 

Functions

def ecohydroworkflowlib.wcs4dem.demquery.getDEMForBoundingBox
 Fetch a digital elevation model (DEM) from the GeoBrain WCS4DEM WCS-compliant web service.
 

Variables

list ecohydroworkflowlib.wcs4dem.demquery.SUPPORTED_COVERAGE ['SRTM_30m_USA', 'SRTM_90m_Global', 'GTOPO_30arc_Global']
 
list ecohydroworkflowlib.wcs4dem.demquery.SUPPORTED_FORMATS ['image/geotiff', 'image/netcdf', 'image/PNG', 'image/JPEG', 'image/JPEG2000', 'image/HDF4IMAGE']
 
string ecohydroworkflowlib.wcs4dem.demquery.HOST 'geobrain.laits.gmu.edu'
 
string ecohydroworkflowlib.wcs4dem.demquery.URL_PROTO '/cgi-bin/gbwcs-dem?service=wcs&version=1.0.0&request=getcoverage&coverage={coverage}&crs={crs}&bbox={bbox}&response_crs={response_crs}&format={format}&store={store}'
 
string ecohydroworkflowlib.wcs4dem.demquery._DEFAULT_CRS 'EPSG:4326'
 
int ecohydroworkflowlib.wcs4dem.demquery._BUFF_LEN 4096