SAGA-GIS Module Library Documentation (v2.3.0)

Module Close Gaps with Stepwise Resampling

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--
OutputResult (*)Grid (optional output)RESULT--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEMGrid system-
ResamplingChoiceRESAMPLING-Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3
Grow FactorFloating pointGROW-Minimum: 1.000000
Default: 2.000000
Use PyramidsBooleanPYRAMIDS-Default: 0
Start SizeChoiceSTART-Available Choices:
[0] grid cell size
[1] user defined size
Default: 0
User Defined SizeFloating pointSTART_SIZE-Minimum: 0.000000
Default: 1.000000
(*) optional

Command-line

Usage: saga_cmd grid_tools 29 [-INPUT <str>] [-MASK <str>] [-RESULT <str>] [-RESAMPLING <str>] [-GROW <double>] [-PYRAMIDS <str>] [-START <str>] [-START_SIZE <double>]
  -INPUT:<str>        	Grid
	Grid (input)
  -MASK:<str>         	Mask
	Grid (optional input)
  -RESULT:<str>       	Result
	Grid (optional output)
  -RESAMPLING:<str>   	Resampling
	Choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3
  -GROW:<double>      	Grow Factor
	Floating point
	Minimum: 1.000000
	Default: 2.000000
  -PYRAMIDS:<str>     	Use Pyramids
	Boolean
	Default: 0
  -START:<str>        	Start Size
	Choice
	Available Choices:
	[0] grid cell size
	[1] user defined size
	Default: 0
  -START_SIZE:<double>	User Defined Size
	Floating point
	Minimum: 0.000000
	Default: 1.000000