QGIS/python/plugins/processing/algs/grass7/description/v.what.rast.centroids.txt

11 lines
694 B
Plaintext
Raw Normal View History

v.what.rast
v.what.rast.centroids - Uploads raster values at positions of vector centroids to the table.
Vector (v.*)
QgsProcessingParameterVectorLayer|map|Name of vector points map for which to edit attributes|2|None|False
QgsProcessingParameterRasterLayer|raster|Raster map to be sampled|None|False
QgsProcessingParameterField|column|Name of attribute column to be updated with the query result|None|map|0|False|False
QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True
Hardcoded|type=centroid
*QgsProcessingParameterBoolean|-i|Interpolate values from the nearest four cells|False|True
QgsProcessingParameterVectorDestination|output|Sampled