DESCRIPTION

v.net is used for vector network maps maintenance. It reports about the current network graph status. It also permits to globally insert missing nodes and to connect unconnected nodes to the graph within a given distance threshold.

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:

v.net in=streams out=streams_node

Merge in nodes from a separate map within given threshold:

echo "1|601653.5|4922869.2|start
2|593330.8|4924096.6|end" | v.in.ascii cat=1 x=2 y=3 out=startend col="cat integer, \
                         east double precision, north double precision, label varchar(43)"

#create lines map connecting points to network (on layer 2)
v.net myroads points=startend out=myroads_net op=connect thresh=200

SEE ALSO

v.digit, v.edit, v.net.iso, v.net.path, v.net.steiner, v.net.salesman

AUTHORS

Radim Blazek, ITC-Irst, Trento, Italy
Martin Landa, FBK-Irst, Trento, Italy

Last changed: $Date$