Victor Olaya f1c95a92d5 Grass bindings improvements in SEXTANTE
Fixed minor bugs in SAGA an GDAL merge algorithms
2012-12-04 00:15:03 +01:00

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