File: v.in.ascii.points.txt

package info (click to toggle)
qgis 2.18.28%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,007,948 kB
  • sloc: cpp: 671,774; python: 158,539; xml: 35,690; ansic: 8,346; sh: 1,766; perl: 1,669; sql: 999; yacc: 836; lex: 461; makefile: 292
file content (17 lines) | stat: -rw-r--r-- 1,033 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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