Close Gaps with Stepwise Resampling
- Author: O.Conrad (c) 2012
- Menu: Grid | Gaps
Description
Close gaps of a grid data set (i.e. eliminate no data values). 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 | INPUT | - | - |
Mask | grid, input, optional | MASK | - | - | |
Output | Result | grid, output, optional | RESULT | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Resampling | choice | RESAMPLING | - | Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 | |
Grow Factor | floating point number | GROW | - | Minimum: 1.000000 Default: 2.000000 |
Command Line
Usage: saga_cmd grid_tools 29 [-INPUT] [-MASK ] [-RESULT ] [-RESAMPLING ] [-GROW ] -INPUT: Grid grid, input -MASK: Mask grid, input, optional -RESULT: Result grid, output, optional -RESAMPLING: Resampling choice Available Choices: [0] Nearest Neighbour [1] Bilinear Interpolation [2] Bicubic Spline Interpolation [3] B-Spline Interpolation Default: 3 -GROW: Grow Factor floating point number Minimum: 1.000000 Default: 2.000000