Module Patching
Fill gaps of a grid with data from another grid.
- Author: (c) 2003 by O.Conrad
- Specification: grid
- Menu: Grid|Gaps
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Grid | Grid (input) | ORIGINAL | - | - |
Patch Grid | Grid (input) | ADDITIONAL | - | - | |
Output | Completed Grid | Grid (output) | COMPLETED | - | - |
Options | Interpolation Method | Choice | INTERPOLATION | - | 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