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.
- Author: O.Conrad (c) 2011
 
- Menu: Table|Calculus
 
Parameters
|   | Name | Type | Identifier | Description | Constraints | 
| Input | Table | Table, input | TABLE | - | - | 
| Output | Table without Gaps | Table, output | NOGAPS | - | - | 
| Options | Order | Table field | ORDER | - | - | 
 | Interpolation | Choice | METHOD | - | 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