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 |
def ecohydroworkflowlib.ned.demquery.getDEMForBoundingBox | ( | config, | |
outputDir, | |||
outDEMFilename, | |||
bbox, | |||
coverage = 'NED.CONUS_NED' , |
|||
srs = 'EPSG:4326' , |
|||
format = 'image/tiff' , |
|||
overwrite = True |
|||
) |
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'] |