EcohydroLib  1.29
Namespaces | Variables
GetCatchmentShapefileForHYDRO1kBasins.py File Reference

Namespaces

 GetCatchmentShapefileForHYDRO1kBasins
 Extract tile for HYDRO1k digital elevation model (DEM) stored locally.
 

Variables

tuple GetCatchmentShapefileForHYDRO1kBasins.parser = argparse.ArgumentParser(description='Get shapefile for the drainage area of an NHDPlus2 streamflow gage')
 
string GetCatchmentShapefileForHYDRO1kBasins.help = 'The configuration file'
 
tuple GetCatchmentShapefileForHYDRO1kBasins.args = parser.parse_args()
 
tuple GetCatchmentShapefileForHYDRO1kBasins.cmdline = GenericMetadata.getCommandLine()
 
 GetCatchmentShapefileForHYDRO1kBasins.configFile = None
 
tuple GetCatchmentShapefileForHYDRO1kBasins.context = Context(args.projectDir, configFile)
 
 GetCatchmentShapefileForHYDRO1kBasins.outfile = args.outfile
 
string GetCatchmentShapefileForHYDRO1kBasins.shapeFilename = "%s.shp"
 
tuple GetCatchmentShapefileForHYDRO1kBasins.shapeFilepath = os.path.join(context.projectDir, shapeFilename)
 
tuple GetCatchmentShapefileForHYDRO1kBasins.asset = AssetProvenance(GenericMetadata.MANIFEST_SECTION)