SAGA 9.9.1 | 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 [2] Cubic 1 [3] Cubic 2 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
                      	[2] Cubic 1
                      	[3] Cubic 2
                      	Default: 3