1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
FILL GAPS IN RECORDS
====================
Description
-----------
Parameters
----------
- ``Table[Table]``:
- ``Order[TableField]``:
- ``Interpolation[Selection]``:
Outputs
-------
- ``Table without Gaps[Table]``:
See also
---------
Console usage
-------------
::
processing.runalg('saga:fillgapsinrecords', table, order, method, nogaps)
Available options for selection parameters:
method(Interpolation)
0 - [0] Nearest Neighbour
1 - [1] Linear
2 - [2] Spline
|