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.
- Author: O.Conrad (c) 2003
- Menu: Grid|Gaps
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid, input | ORIGINAL | - | - |
Patch Grid | Grid, input | ADDITIONAL | - | - |
Output | Patched Grid (*) | Grid, output, optional | COMPLETED | - | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Grid system | Grid system | ADDITIONAL_GRIDSYSTEM | - | - |
Resampling | Choice | RESAMPLING | - | 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