SAGA-GIS Tool Library Documentation (v8.2.1)

Tool Patching

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 Grid (*)Grid, 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
(*) optional

Command-line

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