SAGA 9.3.3 | Tool Library Documentation

Patching


Description

Fill gaps of a grid with data from another grid. If the target is not set, the changes will be stored to the original grid.


Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridgrid, inputORIGINAL--
Patch Gridgrid, inputADDITIONAL--
OutputPatched Gridgrid, output, optionalCOMPLETED--
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
Grid systemgrid systemADDITIONAL_GRIDSYSTEM--
ResamplingchoiceRESAMPLING-Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3

Command Line


Usage: saga_cmd grid_tools 5 [-ORIGINAL ] [-COMPLETED ] [-ADDITIONAL ] [-RESAMPLING ]
  -ORIGINAL:  	Grid
	grid, input
  -COMPLETED: 	Patched Grid
	grid, output, optional
  -ADDITIONAL:	Patch Grid
	grid, input
  -RESAMPLING:	Resampling
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3