sumo icon indicating copy to clipboard operation
sumo copied to clipboard

Incomplete Tutorial 'Output Parsing' (also errors)

Open SuperElephant opened this issue 7 years ago • 3 comments

This page in wiki seems unfinished. File names are not mentioned. And the most important is that sample code cannot run, which will report Error: Another route (or distribution) with the id 'routeRight' exists. It may be caused by the duplicate definition of routes in circular.add.xml. After removing the definition, and add path to definition file (i.e. circular.rou.xml) for each <rerouter>, the problem is solved.

Another thing is that, in the same page, the netconvert call should be netconvert -n circular.nod.xml -t circular.typ.xml -e circular.edg.xml -o circular.net.xml rather than netconvert -n circular.nod.xml -t circular.typ.xml -e circular.nod.xml -o circular.net.xml

Hope you may update the wiki page. Thanks : )

See: http://sumo.dlr.de/wiki/Tutorials/Output_Parsing

SuperElephant avatar Feb 27 '18 00:02 SuperElephant

I am a New hand of Sumo and faced with same problem. Could you tell me the grammar to add path to definition file (i.e. circular.rou.xml) for each ?

KailinTong avatar May 11 '18 10:05 KailinTong

@KailinAuto see my gist here, it may help you: https://gist.github.com/SuperElephant/766ce284e76701ab4c25a05b684822c4

SuperElephant avatar May 12 '18 22:05 SuperElephant

  • document how to show spacial scenario data and diffed data in sumo-gui / netedit
  • document how to get statistics from disaggregated outputs

namdre avatar Sep 29 '21 09:09 namdre