RHESSysWorkflows
1.33
|
Public Member Functions | |
def | __init__ |
Construct a WorldfileMultiple 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) |
Multiple worldfiles, one worldfile for each subbasin delineated. More... | |
def | __init__ |
Construct a WorldfileMultiple 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) |
Multiple worldfiles, one worldfile for each subbasin delineated. More... | |
Public Member Functions inherited from rhessysworkflows.command.base.GrassCommand | |
def | __init__ |
Construct a RHESSysWorkflows abstract command that runs GRASS commands. More... | |
def | checkMetadata (self, args, kwargs) |
Check to make sure the project directory has the necessary metadata to run this command. More... | |
def | setupGrassEnv (self) |
def | run (self, args, kwargs) |
Run the command. More... | |
def | __init__ |
Construct a RHESSysWorkflows abstract command that runs GRASS commands. More... | |
def | checkMetadata (self, args, kwargs) |
Check to make sure the project directory has the necessary metadata to run this command. More... | |
def | setupGrassEnv (self) |
def | run (self, args, kwargs) |
Run the command. More... | |
Public Member Functions inherited from rhessysworkflows.command.base.Command | |
def | __init__ |
Construct a RHESSysWorkflows 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 RHESSysWorkflows 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... | |
Public Attributes | |
paths | |
Public Attributes inherited from rhessysworkflows.command.base.GrassCommand | |
grassMetadata | |
modulePath | |
grassDbase | |
grassConfig | |
grassLib | |
Public Attributes inherited from rhessysworkflows.command.base.Command | |
context | |
outfp | |
studyArea | |
metadata | |
def rhessysworkflows.command.worldfile.WorldfileMultiple.__init__ | ( | self, | |
projectDir, | |||
configFile = None , |
|||
outfp = sys.stdout |
|||
) |
Construct a WorldfileMultiple 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 rhessysworkflows.command.worldfile.WorldfileMultiple.__init__ | ( | self, | |
projectDir, | |||
configFile = None , |
|||
outfp = sys.stdout |
|||
) |
Construct a WorldfileMultiple 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 rhessysworkflows.command.worldfile.WorldfileMultiple.checkMetadata | ( | self | ) |
Check to make sure the project directory has the necessary metadata to run this command.
def rhessysworkflows.command.worldfile.WorldfileMultiple.checkMetadata | ( | self | ) |
Check to make sure the project directory has the necessary metadata to run this command.
def rhessysworkflows.command.worldfile.WorldfileMultiple.run | ( | self, | |
args, | |||
kwargs | |||
) |
Multiple worldfiles, one worldfile for each subbasin delineated.
Arguments: verbose – boolean Produce verbose output. Default: False.
def rhessysworkflows.command.worldfile.WorldfileMultiple.run | ( | self, | |
args, | |||
kwargs | |||
) |
Multiple worldfiles, one worldfile for each subbasin delineated.
Arguments: verbose – boolean Produce verbose output. Default: False.
rhessysworkflows.command.worldfile.WorldfileMultiple.paths |