File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
python/plugins/processing/algs/grass7/description Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
r.fillnulls
2
- Fills no-data areas in a raster layer using v.surf.rst splines interpolation or v.surf.bspline interpolation
2
+ Fills no-data areas in raster maps using spline interpolation.
3
3
Raster (r.*)
4
4
ParameterRaster|input|Input raster layer to fill|False
5
+ ParameterSelection|method|Interpolation method to use|bilinear;bicubic;rst|2
5
6
ParameterNumber|tension|Spline tension parameter|None|None|40.0
6
7
ParameterNumber|smooth|Spline smoothing parameter|None|None|0.1
8
+ ParameterNumber|edge|Width of hole edge used for interpolation (in cells)|2|100|3|True
9
+ ParameterNumber|npmin|Minimum number of points for approximation in a segment (>segmax)|2|10000|600|True
10
+ ParameterNumber|segmax|Maximum number of points in a segment|2|10000|300|True
7
11
OutputRaster|output|Filled
You can’t perform that action at this time.
0 commit comments