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 number | 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 number
Default: 0.000000