Patching
- Author: O.Conrad (c) 2003
- Menu: Grid | Gaps
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
| 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 |
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 Interpolation
[2] Bicubic Spline Interpolation
[3] B-Spline Interpolation
Default: 3