other versions
- wheezy 6.4.2-2
- jessie 6.4.4-1
- testing 7.2.0-2
- unstable 7.2.0-2
- experimental 7.2.1-1~exp1
v.net(1grass) | Grass User's Manual | v.net(1grass) |
NAME¶
v.net - Performs network maintenance.KEYWORDS¶
vector, networking, maintenanceSYNOPSIS¶
v.netFlags:¶
- -c
-
- --overwrite
-
- --verbose
-
- --quiet
-
Parameters:¶
- input=name
-
- points=name
-
- output=name
-
- operation=string
-
- alayer=integer
-
- nlayer=integer
-
- thresh=float
-
DESCRIPTION¶
v.net is used for network preparation and maintenance. It permits to insert missing nodes or arcs and to connect unconnected nodes to the network within a given distance threshold. It can also report the current network graph status. In terms of network analysis, a network consists of nodes connected by arcs. In a vector map prepared for network analysis, nodes are represented by the grass-internal geometry type node and arcs by the geometry type line. If a line consists of several vertices and segments (the typical case), only its starting and ending vertex are regarded as network nodes. Further more, explicit starting and ending nodes for e.g. least cost path search or subnetwork allocation are represented by the geometry type point which must be identical with the start or end vertex (network node) of a line. In general, network analysis will find the least costly (shortest or fastest) path from point A to point B by follwing the existing lines. This implies that the points A, B must lie at the start or end point of a line with is part of the network. If no line is starting or ending at a given point, this point is not part of the network, i.e. the point is unconnected and unreachable.NOTES¶
If vector editing is required to modify the graph, v.digit or v.edit can be used. Separately, Linear Referencing System is available in GRASS.EXAMPLES¶
Spearfish based examples: Create nodes globally for all line ends and intersections:east double precision, north double precision, label varchar(6)"
SEE ALSO¶
v.digit, v.edit, v.net.iso, v.net.path, v.net.steiner, v.net.salesmanAUTHORS¶
Radim Blazek, ITC-Irst, Trento, ItalyGRASS 6.4.2 |