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 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 | 
| (*) 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 number
	Minimum: 0
	Default: 0
  -CLOSED:<str>       	Closed Gaps Grid
	grid, output, optional
  -MAXPOINTS:<num>    	Maximum Points
	integer number
	Minimum: 2
	Default: 1000
  -LOCALPOINTS:<num>  	Number of Points for Local Interpolation
	integer number
	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 number
	Minimum: 0
	Default: 0
  -RELAXATION:<double>	Relaxation
	floating point number
	Minimum: 0.000000
	Default: 0.000000