Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add GRASS 7.x v.out.ascii algorithm
- Loading branch information
1 parent
c861682
commit bf2d9995f0acbb7b39de868cbcb06cc40c95b0b0
Showing
1 changed file
with
10 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |