Skip to content

Commit

Permalink
Add v.out.vtk algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Médéric RIBREUX committed Mar 12, 2016
1 parent a7ec96c commit 2e0e7b6
Showing 1 changed file with 9 additions and 0 deletions.
@@ -0,0 +1,9 @@
v.out.vtk
Converts a vector map to VTK ASCII output.
Vector (v.*)
ParameterVector|input|Name of input vector map|-1|False
ParameterString|precision|Number of significant digits (floating point only)|None|False|True
ParameterNumber|zscale|Scale factor for elevation|0.0|None|1.0|True
*ParameterBoolean|-c|Correct the coordinates to fit the VTK-OpenGL precision|False
*ParameterBoolean|-n|Export numeric attribute table fields as VTK scalar variables|False
OutputFile|output|VTK File

0 comments on commit 2e0e7b6

Please sign in to comment.