mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-18 00:03:05 -04:00
Avoid creating temporary helpfiles Added basic converter to convert rst into html on the fly Added SAGA help files
42 lines
754 B
ReStructuredText
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
|