EcohydroLib  1.29
Classes | Namespaces | Functions | Variables
usgsdem.py File Reference

Classes

class  ecohydrolib.usgsdem.USGSDEMCoverageHandler
 

Namespaces

 ecohydrolib.usgsdem
 
 ecohydrolib.wcslib
 Make WCS 1.1.1 query for DEM data hosted by U.S.
 

Functions

def ecohydrolib.usgsdem.getDEMForBoundingBox
 Fetch U.S. More...
 

Variables

int ecohydrolib.usgsdem._BUFF_LEN = 4096
 
string ecohydrolib.usgsdem.HOST = 'cida-test.er.usgs.gov'
 
string ecohydrolib.usgsdem.URL_PROTO = "/nhdplus/geoserver/ows?service=WCS&version=1.1.1&request=GetCoverage&identifier={coverage}&boundingBox={x1},{y1},{x2},{y2},urn:ogc:def:crs:{bbox_srs}&gridBaseCRS=urn:ogc:def:crs:EPSG::5070&gridOffsets={xoffset},{yoffset}&format=image/tiff&store=true"
 
string ecohydrolib.usgsdem.DEFAULT_SRS = 'EPSG:5070'
 
string ecohydrolib.usgsdem.DEFAULT_RASTER_RESAMPLE_METHOD = 'cubic'
 
list ecohydrolib.usgsdem.RASTER_RESAMPLE_METHOD = ['bilinear', 'cubic', 'cubicspline']
 
string ecohydrolib.usgsdem.DEFAULT_COVERAGE = 'NED'
 
dictionary ecohydrolib.usgsdem.COVERAGES
 
list ecohydrolib.usgsdem.CONTENT_TYPE_ERRORS = ['text/html']