Tool 09: Extended neighbourhoods - catchment areas (recursive)
Extended Neighbourhoods - Use recursive function calls for catchment area calculations.
(c) 2003 by Olaf Conrad, Goettingen
email: oconrad@gwdg.de
- Author: Copyrights (c) 2003 by Olaf Conrad
- Menu: Garden|Introducing Tool Programming
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Elevation grid | Grid, input | ELEVATION | This must be your input data of type grid. | - |
Output | Catchment area | Grid, output | AREA | This will contain your output data of type grid. | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Command-line
Usage: saga_cmd garden_learn_to_program 8 [-ELEVATION <str>] [-AREA <str>]
-ELEVATION:<str> Elevation grid
Grid, input
-AREA:<str> Catchment area
Grid, output