mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -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
576 B
Plaintext
11 lines
576 B
Plaintext
v.what.rast
|
|
v.what.rast.centroids - Uploads raster values at positions of vector centroids to the table.
|
|
Vector (v.*)
|
|
ParameterVector|map|Name of vector points map for which to edit attributes|2|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=centroid
|
|
*ParameterBoolean|-i|Interpolate values from the nearest four cells|False|True
|
|
OutputVector|output|Sampled
|