1v.parallel(1) GRASS GIS User's Manual v.parallel(1)
2
3
4
6 v.parallel - Creates parallel line to input vector lines.
7
9 vector, geometry, buffer, line
10
12 v.parallel
13 v.parallel --help
14 v.parallel [-rb] input=name [layer=string] output=name distance=float
15 [minordistance=float] [angle=float] side=string [tolerance=float]
16 [--overwrite] [--help] [--verbose] [--quiet] [--ui]
17
18 Flags:
19 -r
20 Make outside corners round
21
22 -b
23 Create buffer-like parallel lines
24
25 --overwrite
26 Allow output files to overwrite existing files
27
28 --help
29 Print usage summary
30
31 --verbose
32 Verbose module output
33
34 --quiet
35 Quiet module output
36
37 --ui
38 Force launching GUI dialog
39
40 Parameters:
41 input=name [required]
42 Name of input vector map
43 Or data source for direct OGR access
44
45 layer=string
46 Layer number or name (’-1’ for all layers)
47 A single vector map can be connected to multiple database tables.
48 This number determines which table to use. When used with direct
49 OGR access this is the layer name.
50 Default: -1
51
52 output=name [required]
53 Name for output vector map
54
55 distance=float [required]
56 Offset along major axis in map units
57 Options: 0-100000000
58
59 minordistance=float
60 Offset along minor axis in map units
61 Options: 0-100000000
62
63 angle=float
64 Angle of major axis in degrees
65 Default: 0
66
67 side=string [required]
68 Side
69 Options: left, right, both
70 Default: right
71 left: Parallel line is on the left
72 right: Parallel line is on the right
73 both: Parallel lines on both sides
74
75 tolerance=float
76 Tolerance of arc polylines in map units
77 Options: 0-100000000
78
80 v.parallel creates parallel lines to the input vector lines which can
81 be used as half-buffers.
82
84 Usage of -b flag will overrule the side parameter.
85
87 There is a problem with side-offset parallel line generation for inside
88 corners. To avoid this problem, the -b flag might be used.
89
91 v.buffer
92
94 Radim Blazek
95 Rewritten by Rosen Matev (with support through the Google Summer of
96 Code program 2008)
97
99 Available at: v.parallel source code (history)
100
101 Accessed: Saturday Jan 21 20:40:08 2023
102
103 Main index | Vector index | Topics index | Keywords index | Graphical
104 index | Full index
105
106 © 2003-2023 GRASS Development Team, GRASS GIS 8.2.1 Reference Manual
107
108
109
110GRASS 8.2.1 v.parallel(1)