SAGA-GIS Tool Library Documentation (v6.2.0)

Tool Close Gaps with Spline

Parameters

 NameTypeIdentifierDescriptionConstraints
InputGridGrid (input)GRID--
Mask (*)Grid (optional input)MASK--
OutputClosed Gaps Grid (*)Grid (optional output)CLOSED--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEM--
Only Process Gaps with Less CellsIntegerMAXGAPCELLSis ignored if set to zeroMinimum: 0
Default: 0
Maximum PointsIntegerMAXPOINTS-Minimum: 2
Default: 1000
Number of Points for Local InterpolationIntegerLOCALPOINTS-Minimum: 2
Default: 20
Extended NeighourhoodBooleanEXTENDED-Default: 0
NeighbourhoodChoiceNEIGHBOURS-Available Choices:
[0] Neumann
[1] Moore
Default: 0
Radius (Cells)IntegerRADIUS-Minimum: 0
Default: 0
RelaxationFloating pointRELAXATION-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 (optional input)
  -MAXGAPCELLS:<num>  	Only Process Gaps with Less Cells
	Integer
	Minimum: 0
	Default: 0
  -CLOSED:<str>       	Closed Gaps Grid
	Grid (optional output)
  -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