1
|
Algorithm v.split.vert - Split lines to shorter segments by max number of vertices. starting...
|
2
|
g.proj -c proj4="+proj=utm +zone=32 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs"
|
3
|
v.in.ogr min_area=0.0001 snap=-1 input="/home/me/some path" layer=my fancy layer output=tmp1472549688385 --overwrite -o
|
4
|
g.region n=5930769.96256 s=5930389.27356 e=562902.394021 w=561211.382406 res=100
|
5
|
v.split input=tmp1472549688385 vertices="1" output=output6b46595bd8c74cc0aecd28af99b15614 --overwrite
|
6
|
v.out.ogr -s -e input=output6b46595bd8c74cc0aecd28af99b15614 type=auto output="/tmp/processing734b47517cfb48078378d67b082e1d3d/806449016e044658bac900964cf9835c" format=ESRI_Shapefile output_layer=output --overwrite
|
7
|
Starting GRASS GIS...
|
8
|
Executing '/home/me/.qgis2//processing/grass7_batch_job.sh' ...
|
9
|
Default region was updated to the new projection, but if you have multiple mapsets `g.region -d` should be run in each to update the region from the default
|
10
|
Projection information updated
|
11
|
|
12
|
Description:
|
13
|
Imports vector data into a GRASS vector map using OGR library.
|
14
|
|
15
|
Keywords:
|
16
|
vector, import, OGR
|
17
|
|
18
|
Usage:
|
19
|
v.in.ogr [-flc2tojrewi] input=string [layer=string[,string,...]]
|
20
|
[output=name] [spatial=xmin,ymin,xmax,ymax[,xmin,ymin,xmax,ymax,...]]
|
21
|
[where=sql_query] [min_area=value] [type=string[,string,...]]
|
22
|
[snap=value] [location=name] [columns=name[,name,...]]
|
23
|
[encoding=string] [key=string] [geometry=name] [--overwrite] [--help]
|
24
|
[--verbose] [--quiet] [--ui]
|
25
|
|
26
|
Flags:
|
27
|
-f List supported OGR formats and exit
|
28
|
-l List available OGR layers in data source and exit
|
29
|
-c Do not clean polygons (not recommended)
|
30
|
-2 Force 2D output even if input is 3D
|
31
|
Useful if input is 3D but all z coordinates are identical
|
32
|
-t Do not create attribute table
|
33
|
-o Override dataset projection (use location's projection)
|
34
|
-j Perform projection check only and exit
|
35
|
-r Limit import to the current region
|
36
|
-e Extend region extents based on new dataset
|
37
|
Also updates the default region if in the PERMANENT mapset
|
38
|
-w Change column names to lowercase characters
|
39
|
-i Create the location specified by the "location" parameter and exit. Do not import the vector data.
|
40
|
--o Allow output files to overwrite existing files
|
41
|
--h Print usage summary
|
42
|
--v Verbose module output
|
43
|
--q Quiet module output
|
44
|
--ui Force launching GUI dialog
|
45
|
|
46
|
Parameters:
|
47
|
input OGR datasource name
|
48
|
Examples:
|
49
|
ESRI Shapefile: directory containing shapefiles
|
50
|
MapInfo File: directory containing mapinfo files
|
51
|
layer OGR layer name. If not given, all available layers are imported
|
52
|
Examples:
|
53
|
ESRI Shapefile: shapefile name
|
54
|
MapInfo File: mapinfo file name
|
55
|
output Name for output vector map
|
56
|
spatial Import subregion only
|
57
|
Format: xmin,ymin,xmax,ymax - usually W,S,E,N
|
58
|
where WHERE conditions of SQL statement without 'where' keyword
|
59
|
Example: income = 10000
|
60
|
min_area Minimum size of area to be imported (square meters)
|
61
|
Smaller areas and islands are ignored. Should be greater than snap^2
|
62
|
default: 0.0001
|
63
|
type Optionally change default input type
|
64
|
options: point,line,boundary,centroid
|
65
|
default:
|
66
|
point: import area centroids as points
|
67
|
line: import area boundaries as lines
|
68
|
boundary: import lines as area boundaries
|
69
|
centroid: import points as centroids
|
70
|
snap Snapping threshold for boundaries (map units)
|
71
|
'-1' for no snap
|
72
|
default: -1
|
73
|
location Name for new location to create
|
74
|
columns List of column names to be used instead of original names, first is used for category column
|
75
|
encoding Encoding value for attribute data
|
76
|
Overrides encoding interpretation, useful when importing ESRI Shapefile
|
77
|
key Name of column used for categories
|
78
|
If not given, categories are generated as unique values and stored in 'cat' column
|
79
|
geometry Name of geometry column
|
80
|
If not given, all geometry columns from the input are used
|
81
|
|
82
|
ERROR: Sorry is not a valid option
|
83
|
ERROR: Sorry is not a valid option
|
84
|
ERROR: Number of vertices must be at least 2
|
85
|
ERROR: Vector map not found
|
86
|
Execution of '/home/me/.qgis2//processing/grass7_batch_job.sh' finished.
|
87
|
Cleaning up temporary files...
|
88
|
Starting GRASS GIS...
|
89
|
Executing '/home/me/.qgis2//processing/grass7_batch_job.sh' ...
|
90
|
ERROR: Vector map not found
|
91
|
Execution of '/home/me/.qgis2//processing/grass7_batch_job.sh' finished.
|
92
|
Cleaning up temporary files...
|
93
|
Converting outputs
|
94
|
Loading resulting layers
|
95
|
|
96
|
The following layers were not correctly generated.
|
97
|
Split by vertices
|
98
|
You can check the log messages to find more information about the execution of the algorithm
|