QGIS/python/plugins/processing/algs/saga/help/closegapswithspline.rst
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

42 lines
754 B
ReStructuredText

CLOSE GAPS WITH SPLINE
======================
Description
-----------
Parameters
----------
- ``Grid[Raster]``:
- ``Mask[Raster]``:
- ``Only Process Gaps with Less Cells[Number]``:
- ``Maximum Points[Number]``:
- ``Number of Points for Local Interpolation[Number]``:
- ``Extended Neighourhood[Boolean]``:
- ``Neighbourhood[Selection]``:
- ``Radius (Cells)[Number]``:
- ``Relaxation[Number]``:
Outputs
-------
- ``Closed Gaps Grid[Raster]``:
See also
---------
Console usage
-------------
::
sextante.runalg('saga:closegapswithspline', grid, mask, maxgapcells, maxpoints, localpoints, extended, neighbours, radius, relaxation, closed)
Available options for selection parameters:
neighbours(Neighbourhood)
0 - [0] Neumann
1 - [1] Moore