Tool Object Enumeration
The 'Object Enumeration' tool to identifies objects as connected cells taking all no-data cells (or those cells having a specified value) as potential boundary cells surrounding each object.
- Author: O.Conrad (c) 2023
- Menu: Grid|Analysis
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid, input | GRID | - | - |
Output | Objects | Grid, output | OBJECTS | - | - |
Summary | Table, output | SUMMARY | - | - |
Extents (*) | Shapes, output, optional | EXTENTS | - | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Neighbourhood | Choice | NEIGHBOURHOOD | - | Available Choices: [0] Neumann [1] Moore Default: 0 |
Boundary Cells | Choice | BOUNDARY_CELLS | - | Available Choices: [0] no data [1] value Default: 0 |
Value | Floating point | BOUNDARY_VALUE | - | Default: 0.000000 |
(*) optional |
Command-line
Usage: saga_cmd grid_analysis 30 [-GRID <str>] [-OBJECTS <str>] [-SUMMARY <str>] [-EXTENTS <str>] [-NEIGHBOURHOOD <str>] [-BOUNDARY_CELLS <str>] [-BOUNDARY_VALUE <double>]
-GRID:<str> Grid
Grid, input
-OBJECTS:<str> Objects
Grid, output
-SUMMARY:<str> Summary
Table, output
-EXTENTS:<str> Extents
Shapes, output, optional
-NEIGHBOURHOOD:<str> Neighbourhood
Choice
Available Choices:
[0] Neumann
[1] Moore
Default: 0
-BOUNDARY_CELLS:<str> Boundary Cells
Choice
Available Choices:
[0] no data
[1] value
Default: 0
-BOUNDARY_VALUE:<double> Value
Floating point
Default: 0.000000