EcohydroLib  1.29
Namespaces | Variables
GetUSGSNLCDForBoundingbox.py File Reference

Namespaces

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

Variables

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