Skip to content

Commit b68800e

Browse files
author
Médéric RIBREUX
committed
Fix r.fillnulls
1 parent 25411c7 commit b68800e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
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.
33
Raster (r.*)
44
ParameterRaster|input|Input raster layer to fill|False
5+
ParameterSelection|method|Interpolation method to use|bilinear;bicubic;rst|2
56
ParameterNumber|tension|Spline tension parameter|None|None|40.0
67
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
711
OutputRaster|output|Filled

0 commit comments

Comments
 (0)