Module Close Gaps with Stepwise Resampling
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.
- Author: O.Conrad (c) 2012
- Specification: grid
- Menu: Grid|Gaps
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid (input) | INPUT | - | - |
Mask (*) | Grid (optional input) | MASK | - | - |
Output | Result (*) | Grid (optional output) | RESULT | - | - |
Options | Interpolation | Choice | INTERPOLATION | - | Available Choices: [0] Nearest Neighbor [1] Bilinear Interpolation [2] Inverse Distance Interpolation [3] Bicubic Spline Interpolation [4] B-Spline Interpolation Default: 4 |
Grow Factor | Floating point | GROW | - | Minimum: 1.000000 Default: 2.000000 |
Use Pyramids | Boolean | PYRAMIDS | - | Default: 0 |
Start Size | Choice | START | - | Available Choices: [0] grid cell size [1] user defined size Default: 0 |
User Defined Size | Floating point | START_SIZE | - | Minimum: 0.000000 Default: 1.000000 |
(*) optional |
Command-line
Usage: saga_cmd grid_tools 29 -INPUT <str> [-MASK <str>] [-RESULT <str>] [-INTERPOLATION <str>] [-GROW <str>] [-PYRAMIDS <str>] [-START <str>] [-START_SIZE <str>]
-INPUT:<str> Grid
Grid (input)
-MASK:<str> Mask
Grid (optional input)
-RESULT:<str> Result
Grid (optional output)
-INTERPOLATION:<str> Interpolation
Choice
Available Choices:
[0] Nearest Neighbor
[1] Bilinear Interpolation
[2] Inverse Distance Interpolation
[3] Bicubic Spline Interpolation
[4] B-Spline Interpolation
Default: 4
-GROW:<str> Grow Factor
Floating point
Minimum: 1.000000
Default: 2.000000
-PYRAMIDS:<str> Use Pyramids
Boolean
Default: 0
-START:<str> Start Size
Choice
Available Choices:
[0] grid cell size
[1] user defined size
Default: 0
-START_SIZE:<str> User Defined Size
Floating point
Minimum: 0.000000
Default: 1.000000