SAGA-GIS Tool Library Documentation (v9.2.0)

Tool 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, inputINPUT--
Mask (*)grid, input, optionalMASK--
OutputResult (*)grid, output, optionalRESULT--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
ResamplingchoiceRESAMPLING-Available Choices:
[0] Nearest Neighbour
[1] Bilinear Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3
Grow Factorfloating point numberGROW-Minimum: 1.000000
Default: 2.000000
(*) optional

Command-line

Usage: saga_cmd grid_tools 29 [-INPUT <str>] [-MASK <str>] [-RESULT <str>] [-RESAMPLING <str>] [-GROW <double>]
  -INPUT:<str>     	Grid
	grid, input
  -MASK:<str>      	Mask
	grid, input, optional
  -RESULT:<str>    	Result
	grid, output, optional
  -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 number
	Minimum: 1.000000
	Default: 2.000000