v.what.rast.txt 744 B

12345678910
  1. v.what.rast
  2. Uploads raster values at positions of vector centroids to the table.
  3. Vector (v.*)
  4. QgsProcessingParameterFeatureSource|map|Name of vector points map for which to edit attributes|-1|None|False
  5. QgsProcessingParameterRasterLayer|raster|Raster map to be sampled|None|False
  6. QgsProcessingParameterEnum|type|Input feature type|point;centroid|False|0|False
  7. QgsProcessingParameterField|column|Name of attribute column to be updated with the query result|None|map|0|False|False
  8. QgsProcessingParameterString|where|WHERE conditions of SQL statement without 'where' keyword|None|True|True
  9. *QgsProcessingParameterBoolean|-i|Interpolate values from the nearest four cells|False|True
  10. QgsProcessingParameterVectorDestination|output|Sampled