Skip to main content

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

You don't add it directly in the sumocfg, but in additional xml file (see http://sumo.dlr.de/wiki/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures).

1. Create an additional file "edgeData.add.xml" with this content or add the edgeData tag to your existing additional file:

<additional>
<edgeData id="JohnsEdgeData" file="JohnsEdgeData.xml"/>
</additional>
2. reference this file in your sumocfg or call sumo with -a "edgeData.add.xml"

Regards
Mirko

Am 25.07.2018 um 16:38 schrieb John Young via sumo-user:
 Hi,

I am anew 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@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/sumo-user
_______________________________________________
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