EcohydroLib  1.29
Variables
GetSoilGridAustralia Namespace Reference

Download Australian surface soil properties from http://www.clw.csiro.au/aclep/soilandlandscapegrid/. More...

Variables

tuple parser = argparse.ArgumentParser(description='Download gridded soil data from http://www.clw.csiro.au/aclep/soilandlandscapegrid/')
 
string help = 'The configuration file. Must define section "GRASS" and option "GISBASE"'
 
tuple args = parser.parse_args()
 
 configFile = None
 
tuple command = SoilGridAustralia(args.projectDir, configFile)
 
 exitCode = os.EX_OK
 

Detailed Description

Download Australian surface soil properties from http://www.clw.csiro.au/aclep/soilandlandscapegrid/.

Will download the following properties: pctClay, pctSand.

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 GetSoilGridAustralia.args = parser.parse_args()
tuple GetSoilGridAustralia.command = SoilGridAustralia(args.projectDir, configFile)
GetSoilGridAustralia.configFile = None
GetSoilGridAustralia.exitCode = os.EX_OK
string GetSoilGridAustralia.help = 'The configuration file. Must define section "GRASS" and option "GISBASE"'
tuple GetSoilGridAustralia.parser = argparse.ArgumentParser(description='Download gridded soil data from http://www.clw.csiro.au/aclep/soilandlandscapegrid/')