Tool NameClose Gaps with Spline
Tool ID25
Library IDgrid_tools
Version1.0
Author(s)O.Conrad (c) 2010

Description

The tool allows one to close NoData gaps in a grid by thin plate spline interpolation from cell values around the gaps.

Parameters

NameTypeIdentifierDescriptionConstraints
Input
Gridgrid, inputGRIDThe input grid.
Maskgrid, input, optionalMASKAn optional mask grid. Masked cells are not closed.
Output
Closed Gaps Gridgrid, output, optionalCLOSEDThe output grid.
Options
Maximum Gap Sizeinteger numberMAXGAPCELLSThe maximum gap size to be closed [number of cells]. Ignored if set to zero.Minimum: 0
Default: 0
Maximum Pointsinteger numberMAXPOINTSThe maximum number of points used for spline interpolation [-].Minimum: 2
Default: 1000
Number of Points for Local Interpolationinteger numberLOCALPOINTSThe number of nearest neighbours used for spline interpolation [-].Minimum: 2
Default: 20
Extended NeighbourhoodbooleanEXTENDEDThe extended neighbourhood not only includes the immediate neighbouring cells of a gap, but also their neighbours.Default: 0
NeighbourhoodchoiceNEIGHBOURSThe analysed neighbourhood, either the four cardinal neighbours or all eight neighbours.Available Choices:
[0] Neumann
[1] Moore
Default: 0
Radiusinteger numberRADIUSThe nearest neighbour search radius [map units]. If zero, simply the nearest 'Number of Points for Local Interpolation' are used.Minimum: 0
Default: 0
Relaxationfloating point numberRELAXATIONThe regularization parameter controlling the amount of smoothing [-]. If the value is zero, exact interpolation is used.Minimum: 0.000000
Default: 0.000000