mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-13 00:03:09 -04:00
Add GRASS 7.x v.out.ascii algorithm
This commit is contained in:
parent
c861682ded
commit
bf2d9995f0
@ -0,0 +1,10 @@
|
||||
v.out.ascii
|
||||
Exports a vector map to a GRASS ASCII vector representation.
|
||||
Vector (v.*)
|
||||
ParameterVector|input|Name of input vector map|-1|False
|
||||
ParameterSelection|format|Output format|point;standard;wkt|False
|
||||
ParameterSelection|separator|Field separator|pipe;comma;space;tab;newline|False
|
||||
ParameterNumber|precision|Number of significant digits (floating point only)|0|32|8|True
|
||||
*ParameterBoolean|-o|Create old (version 4) ASCII file|False
|
||||
*ParameterBoolean|-c|Include column names in output (points mode)|False
|
||||
OutputFile|output|Name for output ASCII file or ASCII vector name if '-o' is defined
|
Loading…
x
Reference in New Issue
Block a user