Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-dev] Issue with Sumo Simulation - Edgedata Output for Specified Time Range

Hello,
the option **--edgedata-output** does not support a custom time range. To set a custom time range you need to define the edgeData output with 'begin' and 'end' attributes in an additional xml file and load this file in your .sumocfg.
See https://sumo.dlr.de/docs/Simulation/Output/Lane-_or_Edge-based_Traffic_Measures.html#instantiating_within_the_simulation

Am Mo., 12. Juni 2023 um 08:59 Uhr schrieb 渡邊勇志 <yuyujiji0201@xxxxxxxxx>:
Hello,

I hope this email finds you well. I am writing to seek assistance regarding an issue I encountered while using the Sumo simulation tool.

I successfully generated an edge-based state dump output by entering the command "--edgedata-output <FILE>" in the command line. The output was produced correctly. However, when I attempted to output data for a specific time range by specifying the time using the additional attributes -b (--begin) and -e (--end), the results were not as expected. I noticed that setting the begin parameter to 0 resulted in the correct output, but I require the output for the specified time range.

I would greatly appreciate it if you could provide guidance on how to correctly output the data when the begin parameter is set to a value other than 0, ensuring that it corresponds to the desired time range.

<!-- generated on 2023-06-12 15:33:24 by Eclipse SUMO sumo Version 1.16.0 <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd"> <input> <net-file value="manhattan.net.xml"/> <route-files value="sumotest.trips.xml"/> </input> <output> <edgedata-output value="edge_test.xml"/> </output> <time> <begin value="34000"/> </time> <report> <no-step-log value="true"/> </report> </configuration> -->
<meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd"> </meandata>

Thank you for your attention to this matter. I look forward to your prompt response.

Yours sincerely,

Yuji



_______________________________________________
sumo-dev mailing list
sumo-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-dev

Back to the top