Tool 03: Direct neighbours
Simple neighbourhood analysis for grid cells.
(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 | Input grid | Grid (input) | INPUT | This must be your input data of type grid. | - |
Output | Output | Grid (output) | OUTPUT | This will contain your output data of type grid. | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Method | Choice | METHOD | Choose a method | Available Choices: [0] Difference to left neighbour [1] Difference to left neighbour (using a while loop) [2] Slope gradient to left neighbour [%%] [3] Slope gradient to left neighbour [Degree] Default: 0 |
Command-line
Usage: saga_cmd garden_learn_to_program 2 [-INPUT <str>] [-OUTPUT <str>] [-METHOD <str>] -INPUT:<str> Input grid Grid (input) -OUTPUT:<str> Output Grid (output) -METHOD:<str> Method Choice Available Choices: [0] Difference to left neighbour [1] Difference to left neighbour (using a while loop) [2] Slope gradient to left neighbour [%] [3] Slope gradient to left neighbour [Degree] Default: 0