Victor Olaya bce5b899a2 [processing] improvements in help for algorithms
Avoid creating temporary helpfiles
Added basic converter to convert rst into html on the fly
Added SAGA help files
2014-04-19 20:49:18 +02:00

39 lines
595 B
ReStructuredText

PATCHING
========
Description
-----------
Parameters
----------
- ``Grid[Raster]``:
- ``Patch Grid[Raster]``:
- ``Interpolation Method[Selection]``:
Outputs
-------
- ``Completed Grid[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:patching', original, additional, interpolation, completed)
Available options for selection parameters:
interpolation(Interpolation Method)
0 - [0] Nearest Neighbor
1 - [1] Bilinear Interpolation
2 - [2] Inverse Distance Interpolation
3 - [3] Bicubic Spline Interpolation
4 - [4] B-Spline Interpolation