Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] basic question

 Hi,

I am a new user of SUMO and looking for help in outputting edge-specific
data.  Namely aggregate speed on each edge.

I am trying to enter the following line into my *.sumocfg file:

<edgeData id="JohnsEdgeData" file="JohnsEdgeData.xml"/>

but, it does not output an XML file like this.  For that matter, I'm not
entirely sure what I should put in for the edgeData id, either.  The etnire
output block in my config file looks like this:

<output>
<queue-output value="FinalMicroscopicNetwork_QueueData.xml"/>
<summary-output value="FinalSummaryOutput.xml"/>
<vehroute-output.exit-times value="vehcoclespeed.xml"/>
<edgeData id="JohnsEdgeData" file="JohnsEdgeData.xml"/>
</output>

Can someone please help me to figure out the syntax to get the speed data
I'd like?  I DO manage to see the QueueData and summart-output.  I do not
see "vehcoclespeed" (bad typo, sorry) either.  Any help is most appreciated!

Thanks,
John
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
sumo-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sumo-user

Back to the top