mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-06 00:05:02 -05:00
9 lines
487 B
Plaintext
9 lines
487 B
Plaintext
r.fillnulls
|
|
r.fillnulls - Fills no-data areas in raster maps using v.surf.rst splines interpolation or v.surf.bspline interpolation
|
|
Raster (r.*)
|
|
ParameterRaster|input|Name of input raster map in which to fill nulls|False
|
|
ParameterSelection|method|Method|bilinear;bicubic;rst|2
|
|
ParameterNumber|tension|Spline tension parameter|None|None|40.0
|
|
ParameterNumber|smooth|Spline smoothing parameter|None|None|0.1
|
|
OutputRaster|output|Name for output raster map with nulls filled by interpolation
|