Fill Gaps in Ordered Records
- Author: O.Conrad (c) 2011
- Menu: Table | Calculus
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
|  | 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 ] [-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