SAGA-GIS Tool Library Documentation (v6.3.0)

Tool Close One Cell Gaps

Closes one cell gaps using the mean value of the surrounding cell values. If the target is not set, the changes will be stored to the original grid.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)INPUT--
OutputChanged GridGrid (output)RESULT--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEM--
NeighbourhoodChoiceMODENeumann: the four horizontally and vertically neighboured cells; Moore: all eight adjacent cellsAvailable Choices:
[0] Neumann
[1] Moore
Default: 1

Command-line

Usage: saga_cmd grid_tools 6 [-INPUT <str>] [-RESULT <str>] [-MODE <str>]
  -INPUT:<str> 	Grid
	Grid (input)
  -RESULT:<str>	Changed Grid
	Grid (output)
  -MODE:<str>  	Neighbourhood
	Choice
	Available Choices:
	[0] Neumann
	[1] Moore
	Default: 1