2014-04-19 15:53:43 +02:00
|
|
|
v.sample
|
2015-07-26 03:48:27 +02:00
|
|
|
Samples a raster layer at vector point locations.
|
2014-04-19 15:53:43 +02:00
|
|
|
Vector (v.*)
|
2018-04-08 12:31:11 +10:00
|
|
|
QgsProcessingParameterFeatureSource|input|Vector layer defining sample points|0|None|False
|
2017-09-03 17:42:13 +02:00
|
|
|
QgsProcessingParameterField|column|Vector layer attribute column to use for comparison|None|input|-1|False|False
|
|
|
|
QgsProcessingParameterRasterLayer|raster|Raster map to be sampled|None|False
|
2017-12-04 19:12:16 +01:00
|
|
|
QgsProcessingParameterNumber|zscale|Sampled raster values will be multiplied by this factor|QgsProcessingParameterNumber.Double|1.0|True|None|None
|
2017-12-03 16:07:21 +01:00
|
|
|
QgsProcessingParameterEnum|method|Sampling interpolation method|nearest;bilinear;bicubic|False|0|True
|
2017-10-22 10:25:09 +02:00
|
|
|
QgsProcessingParameterVectorDestination|output|Sampled|QgsProcessing.TypeVectorPoint|None|True
|