Object Enumeration
- Author: O.Conrad (c) 2023
- Menu: Grid | Analysis
Description
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. 
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 | 
Command Line
Usage: saga_cmd grid_analysis 30 [-GRID ] [-OBJECTS ] [-SUMMARY ] [-EXTENTS ] [-NEIGHBOURHOOD ] [-BOUNDARY_CELLS ] [-BOUNDARY_VALUE ]
  -GRID:             	Grid
	grid, input
  -OBJECTS:          	Objects
	grid, output
  -SUMMARY:          	Summary
	table, output
  -EXTENTS:          	Extents
	shapes, output, optional
  -NEIGHBOURHOOD:    	Neighbourhood
	choice
	Available Choices:
	[0] Neumann
	[1] Moore
	Default: 0
  -BOUNDARY_CELLS:   	Boundary Cells
	choice
	Available Choices:
	[0] no data
	[1] value
	Default: 0
  -BOUNDARY_VALUE:	Value
	floating point number
	Default: 0.000000