EcohydroLib
1.29
|
Public Member Functions | |
def | __init__ |
Construct a SoilGridAustralia command. More... | |
def | checkMetadata (self) |
Check to make sure the project directory has the necessary metadata to run this command. More... | |
def | run (self, args, kwargs) |
Run the command: Acquire Australian soils data. More... | |
def | __init__ |
Construct a SoilGridAustralia command. More... | |
def | checkMetadata (self) |
Check to make sure the project directory has the necessary metadata to run this command. More... | |
def | run (self, args, kwargs) |
Run the command: Acquire Australian soils data. More... | |
Public Member Functions inherited from ecohydrolib.command.base.Command | |
def | __init__ |
Construct a EcohydroLib abstract command. More... | |
def | checkMetadata (self, args, kwargs) |
Check to make sure the project directory has the necessary metadata to run this command. More... | |
def | run (self, args, kwargs) |
Run the command. More... | |
def | __init__ |
Construct a EcohydroLib abstract command. More... | |
def | checkMetadata (self, args, kwargs) |
Check to make sure the project directory has the necessary metadata to run this command. More... | |
def | run (self, args, kwargs) |
Run the command. More... | |
Additional Inherited Members | |
Public Attributes inherited from ecohydrolib.command.base.Command | |
context | |
outfp | |
studyArea | |
def ecohydrolib.command.soil.SoilGridAustralia.__init__ | ( | self, | |
projectDir, | |||
configFile = None , |
|||
outfp = sys.stdout |
|||
) |
Construct a SoilGridAustralia command.
Arguments: projectDir – string The path to the project directory configFile – string The path to an EcohydroLib configuration file outfp – file-like object Where output should be written to
def ecohydrolib.command.soil.SoilGridAustralia.__init__ | ( | self, | |
projectDir, | |||
configFile = None , |
|||
outfp = sys.stdout |
|||
) |
Construct a SoilGridAustralia command.
Arguments: projectDir – string The path to the project directory configFile – string The path to an EcohydroLib configuration file outfp – file-like object Where output should be written to
def ecohydrolib.command.soil.SoilGridAustralia.checkMetadata | ( | self | ) |
Check to make sure the project directory has the necessary metadata to run this command.
def ecohydrolib.command.soil.SoilGridAustralia.checkMetadata | ( | self | ) |
Check to make sure the project directory has the necessary metadata to run this command.
def ecohydrolib.command.soil.SoilGridAustralia.run | ( | self, | |
args, | |||
kwargs | |||
) |
Run the command: Acquire Australian soils data.
Arguments: verbose – boolean Produce verbose output. Default: False. overwrite – boolean Overwrite existing output. Default: False.
def ecohydrolib.command.soil.SoilGridAustralia.run | ( | self, | |
args, | |||
kwargs | |||
) |
Run the command: Acquire Australian soils data.
Arguments: verbose – boolean Produce verbose output. Default: False. overwrite – boolean Overwrite existing output. Default: False.