EcohydroLib  1.29
Variables
GetUSGSDEMForBoundingbox Namespace Reference

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

Variables

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

Detailed Description

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

Download 1/3 arcsecond Digital Elevation Model (DEM) data from National Elevation Dataset and NHDPlus hydro-conditioned coverages hosted by U.S.

This software is provided free of charge under the New BSD License. Please see the following license information:

Copyright (c) 2015, University of North Carolina at Chapel Hill All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Author
Brian Miles brian.nosp@m._mil.nosp@m.es@un.nosp@m.c.ed.nosp@m.u

Geological Survey Web Coverage Service (WCS) interface.

This software is provided free of charge under the New BSD License. Please see the following license information:

Copyright (c) 2015, University of North Carolina at Chapel Hill All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE UNIVERSITY OF NORTH CAROLINA AT CHAPEL HILL BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Author
Brian Miles brian.nosp@m._mil.nosp@m.es@un.nosp@m.c.ed.nosp@m.u

Variable Documentation

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