SAGA 9.3.3 | Tool Library Documentation

Close Gaps with Stepwise Resampling


Description

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--
Maskgrid, input, optionalMASK--
OutputResultgrid, 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

Command Line


Usage: saga_cmd grid_tools 29 [-INPUT ] [-MASK ] [-RESULT ] [-RESAMPLING ] [-GROW ]
  -INPUT:     	Grid
	grid, input
  -MASK:      	Mask
	grid, input, optional
  -RESULT:    	Result
	grid, output, optional
  -RESAMPLING:	Resampling
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3
  -GROW:   	Grow Factor
	floating point number
	Minimum: 1.000000
	Default: 2.000000