mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
[Processing] Add GRASS r.univar and update r.fillnulls
This commit is contained in:
parent
f780f2a04b
commit
2f32e781fc
@ -2,6 +2,7 @@ r.fillnulls
|
||||
r.fillnulls - Fills no-data areas in a raster layer using v.surf.rst splines interpolation or v.surf.bspline interpolation
|
||||
Raster (r.*)
|
||||
ParameterRaster|input|Input raster layer to fill|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|Filled layer
|
||||
|
@ -0,0 +1,10 @@
|
||||
r.univar
|
||||
r.univar - Calculates univariate statistics from the non-null cells of a raster map.
|
||||
Raster (r.*)
|
||||
ParameterMultipleInput|map|Name of input raster map(s)|3.0|False
|
||||
ParameterRaster|zones|Raster map used for zoning, must be of type CELL|True
|
||||
*ParameterBoolean|-e|Calculate extended statistics|False
|
||||
*ParameterBoolean|-g|Print the stats in shell script style|False
|
||||
*ParameterBoolean|-t|Table output format instead of standard output format|False
|
||||
*ParameterNumber|percentile|Percentile to calculate (requires extended statistics flag)|0.0|100.0|90
|
||||
OutputFile|output|Name for output text file
|
Loading…
x
Reference in New Issue
Block a user