SAGA-GIS Tool Library Documentation (v9.1.2)

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.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid, inputGRID--
OutputObjectsGrid, outputOBJECTS--
SummaryTable, outputSUMMARY--
Extents (*)Shapes, output, optionalEXTENTS--
OptionsGrid SystemGrid systemPARAMETERS_GRID_SYSTEM--
NeighbourhoodChoiceNEIGHBOURHOOD-Available Choices:
[0] Neumann
[1] Moore
Default: 0
Boundary CellsChoiceBOUNDARY_CELLS-Available Choices:
[0] no data
[1] value
Default: 0
ValueFloating pointBOUNDARY_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