Skip to content

Commit

Permalink
split v.drape alg to be used without where command
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Feb 9, 2018
1 parent c34f23c commit 1be269a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Expand Up @@ -5,6 +5,5 @@ ParameterVector|input|Iput vector layer|-1|False
ParameterRaster|elevation|Elevation raster map for height extraction|False
ParameterSelection|method|Sampling method|nearest;bilinear;bicubic
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|
OutputVector|output|3D vector
@@ -0,0 +1,10 @@
v.drape.where
Converts vector map to 3D by sampling of elevation raster map.
Vector (v.*)
ParameterVector|input|Iput vector layer|-1|False
ParameterRaster|elevation|Elevation raster map for height extraction|False
ParameterSelection|method|Sampling method|nearest;bilinear;bicubic
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|
OutputVector|output|3D vector

0 comments on commit 1be269a

Please sign in to comment.