SAGA-GIS Tool Library Documentation (v6.2.0)

Tool Patching

Fill gaps of a grid with data from another grid.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)ORIGINAL--
Patch GridGrid (input)ADDITIONAL--
OutputCompleted GridGrid (output)COMPLETED--
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 <str>] [-ADDITIONAL <str>] [-COMPLETED <str>] [-RESAMPLING <str>]
  -ORIGINAL:<str>  	Grid
	Grid (input)
  -ADDITIONAL:<str>	Patch Grid
	Grid (input)
  -COMPLETED:<str> 	Completed Grid
	Grid (output)
  -RESAMPLING:<str>	Resampling
	Choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Bilinear Interpolation
	[2] Bicubic Spline Interpolation
	[3] B-Spline Interpolation
	Default: 3