-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Médéric RIBREUX
committed
Mar 12, 2016
1 parent
741d146
commit 7f983e3
Showing
2 changed files
with
26 additions
and
0 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
python/plugins/processing/algs/grass7/description/v.in.ascii.points.txt
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,17 @@ | ||
v.in.ascii | ||
v.in.ascii.points - Creates a vector map from an ASCII points file. | ||
Vector (v.*) | ||
ParameterFile|input|ASCII file to be imported|False|False | ||
Hardcoded|format=point | ||
ParameterString|separator|Field separator|pipe|False|True | ||
ParameterString|text|Text delimiter|None|False|True | ||
ParameterNumber|skip|Number of header lines to skip at top of input file|0|None|0|True | ||
ParameterString|columns|Column definition in SQL style (example: 'x double precision, y double precision, cat int, name varchar(10)')|None|False|True | ||
ParameterNumber|x|Number of column used as x coordinate|0|None|1|True | ||
ParameterNumber|y|Number of column used as y coordinate|0|None|2|True | ||
ParameterNumber|z|Number of column used as z coordinate|0|None|0|True | ||
ParameterNumber|cat|Number of column used as category|0|None|0|True | ||
*ParameterBoolean|-z|Create 3D vector map|False | ||
*ParameterBoolean|-r|Only import points falling within current region (points mode)|False | ||
*ParameterBoolean|-i|Ignore broken line(s) in points mode|False | ||
OutputVector|output|ASCII Points |
9 changes: 9 additions & 0 deletions
9
python/plugins/processing/algs/grass7/description/v.in.ascii.standard.txt
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,9 @@ | ||
v.in.ascii | ||
v.in.ascii.standard - Creates a vector map from an ASCII vector file. | ||
Vector (v.*) | ||
ParameterFile|input|ASCII file to be imported|False|False | ||
Hardcoded|format=standard | ||
ParameterString|separator|Field separator|pipe|False|True | ||
*ParameterBoolean|-z|Create 3D vector map|False | ||
*ParameterBoolean|-n|Do not expect a header when reading in standard format|False | ||
OutputVector|output|ASCII Vector |