2014-04-19 15:53:43 +02:00
|
|
|
v.drape
|
2015-07-26 03:48:27 +02:00
|
|
|
Converts vector map to 3D by sampling of elevation raster map.
|
2014-04-19 15:53:43 +02:00
|
|
|
Vector (v.*)
|
|
|
|
ParameterVector|input|Iput vector layer|-1|False
|
|
|
|
ParameterRaster|elevation|Elevation raster map for height extraction|False
|
|
|
|
ParameterSelection|method|Sampling method|nearest;bilinear;cubic
|
|
|
|
ParameterString|scale|Scale factor for sampled raster values|1.0
|
|
|
|
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
|
|
|
|
ParameterString|null_value|Vector Z value for unknown height|
|
2015-05-20 21:08:49 +02:00
|
|
|
OutputVector|output|3D vector
|