Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |