SAGA-GIS Tool Library Documentation (v7.2.0)

Tool Fill Gaps in Ordered Records

This tool inserts records where the chosen order field has gaps expecting an increment of one. It is assumed that the order field represents integers.

Parameters

 NameTypeIdentifierDescriptionConstraints
InputTableTable (input)TABLE--
OutputTable without GapsTable (output)NOGAPS--
OptionsOrderTable fieldORDER--
InterpolationChoiceMETHOD-Available Choices:
[0] Nearest Neighbour
[1] Linear
[2] Spline
Default: 1

Command-line

Usage: saga_cmd table_calculus 8 [-TABLE <str>] [-ORDER <str>] [-NOGAPS <str>] [-METHOD <str>]
  -TABLE:<str> 	Table
	Table (input)
  -ORDER:<str> 	Order
	Table field
  -NOGAPS:<str>	Table without Gaps
	Table (output)
  -METHOD:<str>	Interpolation
	Choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Linear
	[2] Spline
	Default: 1