Module Grid Cell Index
Creates an index grid according to the cell values either in ascending or descending order.
- Author: Victor Olaya (c) 2004
- Specification: grid
- Menu: Grid|Values
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid (input) | GRID | - | - |
Output | Index | Grid (output) | INDEX | - | - |
Options | Sorting Order | Choice | ORDER | - | Available Choices: [0] ascending [1] descending Default: 0 |
Command-line
Usage: saga_cmd grid_tools 21 -GRID <str> [-INDEX <str>] [-ORDER <str>]
-GRID:<str> Grid
Grid (input)
-INDEX:<str> Index
Grid (output)
-ORDER:<str> Sorting Order
Choice
Available Choices:
[0] ascending
[1] descending
Default: 0