EcohydroLib  1.29
Namespaces | Variables
GetUSGSNLCDForDEMExtent.py File Reference

Namespaces

 GetUSGSNLCDForDEMExtent
 
 GetUSGSNLCDForBoundingbox
 Download NLCD 2006 or 2011 data hosted by U.S.
 

Variables

tuple GetUSGSNLCDForDEMExtent.parser = argparse.ArgumentParser(description='Download NLCD data via USGS-hosted WCS web service')
 
string GetUSGSNLCDForDEMExtent.help = 'The configuration file.'
 
 GetUSGSNLCDForDEMExtent.choices = KNOWN_LC_TYPES,
 
tuple GetUSGSNLCDForDEMExtent.args = parser.parse_args()
 
 GetUSGSNLCDForDEMExtent.configFile = None
 
tuple GetUSGSNLCDForDEMExtent.command = USGSWCSNLCD(args.projectDir, configFile)
 
 GetUSGSNLCDForDEMExtent.exitCode = os.EX_OK
 
 GetUSGSNLCDForDEMExtent.outfile = args.outfile,
 
 GetUSGSNLCDForDEMExtent.verbose = args.verbose,
 
 GetUSGSNLCDForDEMExtent.overwrite = args.overwrite)