<div dir="ltr">Hi all,<div><br></div><div>I built a GRASS7 network using <a href="http://v.net">v.net</a>:</div><div><br></div><div>First, I used the 'connect' option to snap some points to my network (using the -s flag)</div><div>Second, I used that first network and also added all nodes with the 'nodes' option to get a final network.</div><div><br></div><div>With the 'report' option of <a href="http://v.net">v.net</a> I can report all edges with their start and end end points. However, these edges of the final network are based on the initial category values of the input vector. How can I get the network split into single lines with unique IDs between each node of the final network. In other words I want a report of <a href="http://v.net">v.net</a> that contains only unique edge categories? I'd like to write the output of <a href="http://v.net">v.net</a> into a new table and assign lengths to each edge.</div><div><br></div><div>For example, at the moment, a line with cat=300 is confined by a start node cat=1 and an end node cat=2. For that case <a href="http://v.net">v.net</a> reports:</div><div>300 1 2</div><div><br></div><div>If I connect a new node with cat=3 along that line and calculate <a href="http://v.net">v.net</a>, it reports:</div><div>300 1 3<br></div><div>300 3 2</div><div><br></div><div>Any ideas/suggestions? Maybe I need to 'break' the network lines at each node before running <a href="http://v.net">v.net</a>?</div><div><br></div><div>/Johannes</div></div>