mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	Fix default setting for gauss parameter which must be "none" rather than 0 (which leads to empty maps as gauss=0 is unhelpful)
		
			
				
	
	
		
			14 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
r.neighbors
 | 
						|
Makes each cell category value a function of the category values assigned to the cells around it
 | 
						|
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
 | 
						|
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
 | 
						|
QgsProcessingParameterBoolean|-c|Use circular neighborhood|False
 | 
						|
*QgsProcessingParameterBoolean|-a|Do not align output with the input|False
 | 
						|
*QgsProcessingParameterFile|weight|File containing weights|QgsProcessingParameterFile.File|txt|None|True
 | 
						|
QgsProcessingParameterRasterDestination|output|Neighbors
 |