mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			542 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			542 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
r.neighbors
 | 
						|
Makes each cell category value a function of the category values assigned to the cells around it
 | 
						|
Raster (r.*)
 | 
						|
ParameterRaster|input|Input raster layer|False
 | 
						|
ParameterSelection|method|Neighborhood operation|average;median;mode;minimum;maximum;stddev;sum;variance;diversity;interspersion
 | 
						|
ParameterNumber|size|Neighborhood size|1|None|3
 | 
						|
ParameterBoolean|-c|Use circular neighborhood|False
 | 
						|
*ParameterBoolean|-a|Do not align output with the input|False
 | 
						|
*ParameterFile|weight|File containing weights|False
 | 
						|
OutputRaster|output|Neighbors
 |