SAGA-GIS Module Library Documentation (v2.1.3)

Module Close Gaps

Close gaps of a grid data set (i.e. eliminate no data values). If the target is not set, the changes will be stored to the original grid.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)INPUT--
Mask (*)Grid (optional input)MASK--
OutputChanged Grid (*)Grid (optional output)RESULT--
OptionsTension ThresholdFloating pointTHRESHOLD-Default: 0.100000
(*) optional

Command-line

Usage: saga_cmd grid_tools 7 -INPUT <str> [-MASK <str>] [-RESULT <str>] [-THRESHOLD <str>]
  -INPUT:<str>    	Grid
	Grid (input)
  -MASK:<str>     	Mask
	Grid (optional input)
  -RESULT:<str>   	Changed Grid
	Grid (optional output)
  -THRESHOLD:<str>	Tension Threshold
	Floating point
	Default: 0.100000