SAGA 9.3.0 | Tool Library Documentation

Fill Gaps in Ordered Records


Description

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, inputTABLE--
OutputTable without Gapstable, outputNOGAPS--
OptionsOrdertable fieldORDER--
InterpolationchoiceMETHOD-Available Choices: [0] Nearest Neighbour [1] Linear [2] Spline Default: 1

Command Line


Usage: saga_cmd table_calculus 8 [-TABLE ] [-ORDER ] [-NOGAPS ] [-METHOD ]
  -TABLE: 	Table
	table, input
  -ORDER: 	Order
	table field
  -NOGAPS:	Table without Gaps
	table, output
  -METHOD:	Interpolation
	choice
	Available Choices:
	[0] Nearest Neighbour
	[1] Linear
	[2] Spline
	Default: 1