EcohydroWorkflowLib  0.973
 All Classes Namespaces Files Functions Variables Pages
Functions | Variables
ecohydroworkflowlib.ned.demquery Namespace Reference

Functions

def getDEMForBoundingBox
 

Variables

list SUPPORTED_FORMATS ['image/tiff', 'image/netcdf', 'image/PNG', 'image/JPEG', 'image/JPEG2000', 'image/HDF4IMAGE']
 
string _DEFAULT_CRS 'EPSG:4326'
 
int _BUFF_LEN 4096
 

Function Documentation

def ecohydroworkflowlib.ned.demquery.getDEMForBoundingBox (   config,
  outputDir,
  outDEMFilename,
  bbox,
  coverage = 'NED.CONUS_NED',
  srs = 'EPSG:4326',
  format = 'image/tiff',
  overwrite = True 
)

Variable Documentation

int ecohydroworkflowlib.ned.demquery._BUFF_LEN 4096
string ecohydroworkflowlib.ned.demquery._DEFAULT_CRS 'EPSG:4326'
list ecohydroworkflowlib.ned.demquery.SUPPORTED_FORMATS ['image/tiff', 'image/netcdf', 'image/PNG', 'image/JPEG', 'image/JPEG2000', 'image/HDF4IMAGE']