EcohydroLib  1.29
Namespaces | Functions | Variables
nlcdwcs.py File Reference

Namespaces

 ecohydrolib.usgs.nlcdwcs
 Query NLCD datasets from WCS service provided by U.S.
 

Functions

def ecohydrolib.usgs.nlcdwcs.getNLCDRasterDataForBoundingBox
 Download NLCD rasters from http://raster.nationalmap.gov/arcgis/rest/services/LandCover/USGS_EROS_LandCover_NLCD/MapServer. More...
 

Variables

string ecohydrolib.usgs.nlcdwcs.FORMAT_GEOTIFF = 'GeoTIFF'
 
tuple ecohydrolib.usgs.nlcdwcs.FORMATS = set([FORMAT_GEOTIFF])
 
dictionary ecohydrolib.usgs.nlcdwcs.MIME_TYPE = {FORMAT_GEOTIFF: 'image/GeoTIFF'}
 
dictionary ecohydrolib.usgs.nlcdwcs.FORMAT_EXT = {FORMAT_GEOTIFF: 'tif'}
 
string ecohydrolib.usgs.nlcdwcs.URL_BASE = "http://raster.nationalmap.gov/arcgis/services/LandCover/USGS_EROS_LandCover_NLCD/MapServer/WCSServer"
 
string ecohydrolib.usgs.nlcdwcs.DC_PUBLISHER = "http://raster.nationalmap.gov/arcgis/rest/services/LandCover/USGS_EROS_LandCover_NLCD/MapServer"
 
dictionary ecohydrolib.usgs.nlcdwcs.COVERAGES
 
dictionary ecohydrolib.usgs.nlcdwcs.USER_COVERAGES
 
dictionary ecohydrolib.usgs.nlcdwcs.LC_TYPE_TO_COVERAGE
 
string ecohydrolib.usgs.nlcdwcs.DEFAULT_COVERAGE = 'Land_Cover_2011_CONUS_2'
 
dictionary ecohydrolib.usgs.nlcdwcs.INTERPOLATION_METHODS = {'near': 'NEAREST'}