Close Gaps with Spline
- Author: O.Conrad (c) 2010
- Menu: Grid | Gaps
Description
Close Gaps with Spline
Parameters
| Name | Type | Identifier | Description | Constraints |
Input | Grid | grid, input | GRID | - | - |
Mask | grid, input, optional | MASK | - | - |
Output | Closed Gaps Grid | grid, output, optional | CLOSED | - | - |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Only Process Gaps with Less Cells | integer number | MAXGAPCELLS | ignored if set to zero | Minimum: 0
Default: 0 |
Maximum Points | integer number | MAXPOINTS | - | Minimum: 2
Default: 1000 |
Number of Points for Local Interpolation | integer number | LOCALPOINTS | - | Minimum: 2
Default: 20 |
Extended Neighourhood | boolean | EXTENDED | - | Default: 0 |
Neighbourhood | choice | NEIGHBOURS | - | Available Choices:
[0] Neumann
[1] Moore
Default: 0 |
Radius (Cells) | integer number | RADIUS | - | Minimum: 0
Default: 0 |
Relaxation | floating point number | RELAXATION | - | Minimum: 0.000000
Default: 0.000000 |
Command Line
Usage: saga_cmd grid_tools 25 [-GRID ] [-MASK ] [-MAXGAPCELLS ] [-CLOSED ] [-MAXPOINTS ] [-LOCALPOINTS ] [-EXTENDED ] [-NEIGHBOURS ] [-RADIUS ] [-RELAXATION ]
-GRID: Grid
grid, input
-MASK: Mask
grid, input, optional
-MAXGAPCELLS: Only Process Gaps with Less Cells
integer number
Minimum: 0
Default: 0
-CLOSED: Closed Gaps Grid
grid, output, optional
-MAXPOINTS: Maximum Points
integer number
Minimum: 2
Default: 1000
-LOCALPOINTS: Number of Points for Local Interpolation
integer number
Minimum: 2
Default: 20
-EXTENDED: Extended Neighourhood
boolean
Default: 0
-NEIGHBOURS: Neighbourhood
choice
Available Choices:
[0] Neumann
[1] Moore
Default: 0
-RADIUS: Radius (Cells)
integer number
Minimum: 0
Default: 0
-RELAXATION: Relaxation
floating point number
Minimum: 0.000000
Default: 0.000000