SAGA 9.3.3 | Tool Library Documentation

Local Minima and Maxima


Description

Extracts local grid value minima and maxima of to vector points.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputGRID--
OutputMinimashapes, outputMINIMA--
Maximashapes, outputMAXIMA--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Identical ValuesbooleanIDENTITYIf set, neighbour cells with the same value as the center cell are interpreted to be lower for minima and higher for maxima identification.Default: 0
AbsolutebooleanABSOLUTEIf set, only the grid's absolute maximum/minimum point is returned.Default: 0
Boundary CellsbooleanBOUNDARY-Default: 0

Command Line


Usage: saga_cmd shapes_grid 9 [-GRID ] [-MINIMA ] [-MAXIMA ] [-IDENTITY ] [-ABSOLUTE ] [-BOUNDARY ]
  -GRID:    	Grid
	grid, input
  -MINIMA:  	Minima
	shapes, output
  -MAXIMA:  	Maxima
	shapes, output
  -IDENTITY:	Identical Values
	boolean
	Default: 0
  -ABSOLUTE:	Absolute
	boolean
	Default: 0
  -BOUNDARY:	Boundary Cells
	boolean
	Default: 0