Thank you for your response. I tried loading the additional XML into my
.sumocfg file, but the "begin" attribute of the Edge data became 0. The
contents of the additional xml are written as follows:

"Additional.xml"
<additional>
<time>
<begin value="23400"/>
<end value="40000"/>
</time>
</additional>

I apologize if this is a basic question, but how can I specify a time range
in the output data using the contents of the additional xml?
Could you please provide guidance on this matter?

Sincerely,
Yuji

2023年6月12日(月) 16:24 Jakob Erdmann <namdre.s...@gmail.com>:

> 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 渡邊勇志 <yuyujiji0...@gmail.com>:
>
>> 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@eclipse.org
>> To unsubscribe from this list, visit
>> https://www.eclipse.org/mailman/listinfo/sumo-dev
>>
> _______________________________________________
> sumo-dev mailing list
> sumo-dev@eclipse.org
> To unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/sumo-dev
>
_______________________________________________
sumo-dev mailing list
sumo-dev@eclipse.org
To unsubscribe from this list, visit 
https://www.eclipse.org/mailman/listinfo/sumo-dev

Reply via email to