GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
v.parallel(1) GRASS GIS User's Manual v.parallel(1)

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

vector, geometry, buffer, line

v.parallel
v.parallel --help
v.parallel [-rb] input=name [layer=string] output=name distance=float [minordistance=float] [angle=float] side=string [tolerance=float] [--overwrite] [--help] [--verbose] [--quiet] [--ui]


Make outside corners round

Create buffer-like parallel lines

Allow output files to overwrite existing files

Print usage summary

Verbose module output

Quiet module output

Force launching GUI dialog


Name of input vector map
Or data source for direct OGR access

Layer number or name (’-1’ for all layers)
A single vector map can be connected to multiple database tables. This number determines which table to use. When used with direct OGR access this is the layer name.
Default: -1

Name for output vector map

Offset along major axis in map units
Options: 0-100000000

Offset along minor axis in map units
Options: 0-100000000

Angle of major axis in degrees
Default: 0

Side
Options: left, right, both
Default: right
left: Parallel line is on the left
right: Parallel line is on the right
both: Parallel lines on both sides

Tolerance of arc polylines in map units
Options: 0-100000000

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

Usage of -b flag will overrule the side parameter.

There is a problem with side-offset parallel line generation for inside corners. To avoid this problem, the -b flag might be used.

v.buffer

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

Available at: v.parallel source code (history)

Latest change: Thursday Jan 26 14:10:26 2023 in commit: cdd84c130cea04b204479e2efdc75c742efc4843

Main index | Vector index | Topics index | Keywords index | Graphical index | Full index

© 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.