We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c861682 commit bf2d999Copy full SHA for bf2d999
python/plugins/processing/algs/grass7/description/v.out.ascii.txt
@@ -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