Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] How to export the network as a graph

Hello,
you can do this in 2 steps (first convert the network to the so-called plain format, then convert this to csv):
1) netconvert -s yournet.net.xml --plain-output-prefix plain
2) sumo/tools/xml/xml2csv.py plain.edg.xml

regards,
Jakob

2018-03-11 15:36 GMT+01:00 Reza Mortazavi <ir1979@xxxxxxxxx>:
How can I use SUMO (or netconvert) to export a *.net.xml file to an adjacency matrix of a graph (ex:  *.csv format)? I want to plot it in Matlab as a weighted graph where the edge weights (i.e., the adjacency matrix entries) are their associated length or 0 if two nodes are not connected. My best effort was to use  "netconvert --amitran-output", but I have to process again the output to become a csv file. Is there any more direct way? 
Thanks.

_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/sumo-user



Back to the top