mirror of
				https://github.com/qgis/QGIS.git
				synced 2025-11-04 00:04:25 -05:00 
			
		
		
		
	* Implements Redmine feature request #6859. * v.what.rast.points when type=point. For points input layers. * v.what.rast.centroids when type=centroid. For polygons input layers.
		
			
				
	
	
		
			11 lines
		
	
	
		
			567 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			567 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
v.what.rast
 | 
						|
v.what.rast.points - Uploads raster values at positions of vector points to the table.
 | 
						|
Vector (v.*)
 | 
						|
ParameterVector|map|Name of vector points map for which to edit attributes|0|False
 | 
						|
ParameterRaster|raster|Raster map to be sampled|False
 | 
						|
ParameterTableField|column|Name of attribute column to be updated with the query result|map|0|False
 | 
						|
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True
 | 
						|
Hardcoded|type=point
 | 
						|
*ParameterBoolean|-i|Interpolate values from the nearest four cells|False|True
 | 
						|
OutputVector|output|Sampled
 |