Tool Close Gaps with Spline
Close Gaps with Spline
- Author: O.Conrad (c) 2010
- Menu: Grid|Gaps
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 | MAXGAPCELLS | is ignored if set to zero | Minimum: 0 Default: 0 | |
Maximum Points | Integer | MAXPOINTS | - | Minimum: 2 Default: 1000 | |
Number of Points for Local Interpolation | Integer | 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 | RADIUS | - | Minimum: 0 Default: 0 | |
Relaxation | Floating point | RELAXATION | - | Minimum: 0.000000 Default: 0.000000 | |
(*) optional |
Command-line
Usage: saga_cmd grid_tools 25 [-GRID <str>] [-MASK <str>] [-MAXGAPCELLS <num>] [-CLOSED <str>] [-MAXPOINTS <num>] [-LOCALPOINTS <num>] [-EXTENDED <str>] [-NEIGHBOURS <str>] [-RADIUS <num>] [-RELAXATION <double>] -GRID:<str> Grid Grid, input -MASK:<str> Mask Grid, input, optional -MAXGAPCELLS:<num> Only Process Gaps with Less Cells Integer Minimum: 0 Default: 0 -CLOSED:<str> Closed Gaps Grid Grid, output, optional -MAXPOINTS:<num> Maximum Points Integer Minimum: 2 Default: 1000 -LOCALPOINTS:<num> Number of Points for Local Interpolation Integer Minimum: 2 Default: 20 -EXTENDED:<str> Extended Neighourhood Boolean Default: 0 -NEIGHBOURS:<str> Neighbourhood Choice Available Choices: [0] Neumann [1] Moore Default: 0 -RADIUS:<num> Radius (Cells) Integer Minimum: 0 Default: 0 -RELAXATION:<double> Relaxation Floating point Minimum: 0.000000 Default: 0.000000