mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
42 lines
756 B
ReStructuredText
42 lines
756 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
|
|
-------------
|
|
|
|
|
|
::
|
|
|
|
processing.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
|