Skip to content

Commit bf2d999

Browse files
committedJan 26, 2017
Add GRASS 7.x v.out.ascii algorithm
1 parent c861682 commit bf2d999

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
v.out.ascii
2+
Exports a vector map to a GRASS ASCII vector representation.
3+
Vector (v.*)
4+
ParameterVector|input|Name of input vector map|-1|False
5+
ParameterSelection|format|Output format|point;standard;wkt|False
6+
ParameterSelection|separator|Field separator|pipe;comma;space;tab;newline|False
7+
ParameterNumber|precision|Number of significant digits (floating point only)|0|32|8|True
8+
*ParameterBoolean|-o|Create old (version 4) ASCII file|False
9+
*ParameterBoolean|-c|Include column names in output (points mode)|False
10+
OutputFile|output|Name for output ASCII file or ASCII vector name if '-o' is defined

0 commit comments

Comments
 (0)
Please sign in to comment.