We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1178660 commit 19cfa83Copy full SHA for 19cfa83
python/plugins/processing/algs/grass7/description/v.drape.txt
@@ -3,7 +3,7 @@ Converts vector map to 3D by sampling of elevation raster map.
3
Vector (v.*)
4
ParameterVector|input|Iput vector layer|-1|False
5
ParameterRaster|elevation|Elevation raster map for height extraction|False
6
-ParameterSelection|method|Sampling method|nearest;bilinear;cubic
+ParameterSelection|method|Sampling method|nearest;bilinear;bicubic
7
ParameterString|scale|Scale factor for sampled raster values|1.0
8
ParameterString|where|WHERE conditions of SQL statement without 'where' keyword|
9
ParameterString|null_value|Vector Z value for unknown height|
0 commit comments