EcohydroLib  1.29
Namespaces | Variables
GetUSGSDEMForBoundingbox.py File Reference

Namespaces

 GetUSGSDEMForBoundingbox
 Create a new HydroShare resource by uploading the contents of an EcohydroLib project.
 

Variables

tuple GetUSGSDEMForBoundingbox.parser = argparse.ArgumentParser(description='Download NED DEM data via USGS-hosted WCS web service')
 
string GetUSGSDEMForBoundingbox.help = 'The configuration file.'
 
 GetUSGSDEMForBoundingbox.choices = USGSWCSDEM.DEFAULT_RASTER_RESAMPLE_METHOD,
 
tuple GetUSGSDEMForBoundingbox.args = parser.parse_args()
 
 GetUSGSDEMForBoundingbox.configFile = None
 
tuple GetUSGSDEMForBoundingbox.command = USGSWCSDEM(args.projectDir, configFile)
 
 GetUSGSDEMForBoundingbox.exitCode = os.EX_OK
 
 GetUSGSDEMForBoundingbox.outfile = args.outfile,
 
 GetUSGSDEMForBoundingbox.demResolution = args.demResolution,
 
 GetUSGSDEMForBoundingbox.srs = args.srs,
 
 GetUSGSDEMForBoundingbox.interpolation = args.resampleMethod,
 
 GetUSGSDEMForBoundingbox.verbose = args.verbose,
 
 GetUSGSDEMForBoundingbox.overwrite = args.overwrite)