Re: [sumo-user] How to export the network as a graph

2018-03-11 Thread Reza Mortazavi
Thank you for your help. Do you have any web page or related weblog? On Sun, Mar 11, 2018 at 9:20 PM, Jakob Erdmann wrote: > 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

Re: [sumo-user] How to export the network as a graph

2018-03-11 Thread Jakob Erdmann
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