2014-04-19 15:53:43 +02:00
|
|
|
v.sample
|
|
|
|
v.sample - Samples a raster layer at vector point locations.
|
|
|
|
Vector (v.*)
|
|
|
|
ParameterVector|input|Vector layer defining sample points|0|False
|
|
|
|
ParameterTableField|column|Vector layer attribute column to use for comparison|input|-1|False
|
|
|
|
ParameterRaster|raster|Raster map to be sampled|False
|
2015-01-11 14:32:32 +01:00
|
|
|
ParameterNumber|zscale|Sampled raster values will be multiplied by this factor|None|None|1.0
|
|
|
|
ParameterSelection|method|Sampling interpolation method|nearest;bilinear;bicubic
|
2015-05-20 22:41:10 +02:00
|
|
|
OutputVector|output|Sampled
|