SAGA-GIS Module Library Documentation (v2.1.3)

Module Patching

Fill gaps of a grid with data from another grid.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)ORIGINAL--
Patch GridGrid (input)ADDITIONAL--
OutputCompleted GridGrid (output)COMPLETED--
OptionsInterpolation MethodChoiceINTERPOLATION-Available Choices:
[0] Nearest Neighbor
[1] Bilinear Interpolation
[2] Inverse Distance Interpolation
[3] Bicubic Spline Interpolation
[4] B-Spline Interpolation
Default: 4

Command-line

Usage: saga_cmd grid_tools 5 -ORIGINAL <str> -ADDITIONAL <str> [-COMPLETED <str>] [-INTERPOLATION <str>]
  -ORIGINAL:<str>     	Grid
	Grid (input)
  -ADDITIONAL:<str>   	Patch Grid
	Grid (input)
  -COMPLETED:<str>    	Completed Grid
	Grid (output)
  -INTERPOLATION:<str>	Interpolation Method
	Choice
	Available Choices:
	[0] Nearest Neighbor
	[1] Bilinear Interpolation
	[2] Inverse Distance Interpolation
	[3] Bicubic Spline Interpolation
	[4] B-Spline Interpolation
	Default: 4