EcohydroLib  1.29
Variables
GetUSGSNLCDForDEMExtent Namespace Reference

Variables

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

Variable Documentation

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