-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Médéric RIBREUX
committed
Jun 26, 2016
1 parent
25411c7
commit b68800e
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
6 changes: 5 additions & 1 deletion
6
python/plugins/processing/algs/grass7/description/r.fillnulls.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
r.fillnulls | ||
Fills no-data areas in a raster layer using v.surf.rst splines interpolation or v.surf.bspline interpolation | ||
Fills no-data areas in raster maps using spline interpolation. | ||
Raster (r.*) | ||
ParameterRaster|input|Input raster layer to fill|False | ||
ParameterSelection|method|Interpolation method to use|bilinear;bicubic;rst|2 | ||
ParameterNumber|tension|Spline tension parameter|None|None|40.0 | ||
ParameterNumber|smooth|Spline smoothing parameter|None|None|0.1 | ||
ParameterNumber|edge|Width of hole edge used for interpolation (in cells)|2|100|3|True | ||
ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|2|10000|600|True | ||
ParameterNumber|segmax|Maximum number of points in a segment|2|10000|300|True | ||
OutputRaster|output|Filled |