1v.parallel(1)               GRASS GIS User's Manual              v.parallel(1)
2
3
4

NAME

6       v.parallel  - Creates parallel line to input vector lines.
7

KEYWORDS

9       vector, geometry, buffer, line
10

SYNOPSIS

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

DESCRIPTION

80       v.parallel  creates  parallel lines to the input vector lines which can
81       be used as half-buffers.
82

NOTES

84       Usage of -b flag will overrule the side parameter.
85

KNOWN ISSUES

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

SEE ALSO

91        v.buffer
92

AUTHORS

94       Radim Blazek
95       Rewritten  by  Rosen  Matev  (with support through the Google Summer of
96       Code program 2008)
97

SOURCE CODE

99       Available at: v.parallel source code (history)
100
101       Main index | Vector index | Topics index | Keywords index  |  Graphical
102       index | Full index
103
104       © 2003-2020 GRASS Development Team, GRASS GIS 7.8.5 Reference Manual
105
106
107
108GRASS 7.8.5                                                      v.parallel(1)
Impressum