Tool 06: Extended neighbourhoods
Extended neigbourhoods for grids.
(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 | Grid, output | OUTPUT | This will contain your output data of type grid. | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Radius | Integer | RADIUS | - | Minimum: 1 Default: 1 |
Method | Choice | METHOD | Choose a method | Available Choices: [0] Quadratic [1] Circle [2] Distance Weighted (inverse distance) Default: 0 |
Command-line
Usage: saga_cmd garden_learn_to_program 5 [-INPUT <str>] [-OUTPUT <str>] [-RADIUS <num>] [-METHOD <str>]
-INPUT:<str> Input grid
Grid, input
-OUTPUT:<str> Output grid
Grid, output
-RADIUS:<num> Radius
Integer
Minimum: 1
Default: 1
-METHOD:<str> Method
Choice
Available Choices:
[0] Quadratic
[1] Circle
[2] Distance Weighted (inverse distance)
Default: 0