From 78cea71e00f86c0808ce1ca79181823062a0865a Mon Sep 17 00:00:00 2001 From: Sylvain POULAIN Date: Thu, 9 Jul 2020 10:40:16 +0400 Subject: [PATCH] Missing options for r.neighbors in processing All options added : https://grass.osgeo.org/grass78/manuals/r.neighbors.html --- .../plugins/processing/algs/grass7/description/r.neighbors.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/plugins/processing/algs/grass7/description/r.neighbors.txt b/python/plugins/processing/algs/grass7/description/r.neighbors.txt index c952528e3c0..8b7c411aadb 100644 --- a/python/plugins/processing/algs/grass7/description/r.neighbors.txt +++ b/python/plugins/processing/algs/grass7/description/r.neighbors.txt @@ -3,7 +3,7 @@ Makes each cell category value a function of the category values assigned to the Raster (r.*) QgsProcessingParameterRasterLayer|input|Input raster layer|None|False QgsProcessingParameterRasterLayer|selection|Raster layer to select the cells which should be processed|None|True -QgsProcessingParameterEnum|method|Neighborhood operation|average;median;mode;minimum;maximum;stddev;sum;variance;diversity;interspersion|False|0|True +QgsProcessingParameterEnum|method|Neighborhood operation|average;median;mode;minimum;maximum;range;stddev;sum;count;variance;diversity;interspersion;quart1;quart3;perc90;quantile|False|0|True QgsProcessingParameterNumber|size|Neighborhood size|QgsProcessingParameterNumber.Integer|3|True|1|None QgsProcessingParameterNumber|gauss|Sigma (in cells) for Gaussian filter|QgsProcessingParameterNumber.Integer|None|True|0|None QgsProcessingParameterString|quantile|Quantile to calculate for method=quantile|None|False|True