EcohydroLib  1.29
Variables
GetUSGSNLCDForBoundingbox Namespace Reference

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

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)
 

Detailed Description

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

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