Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Exporting Density and Vehicle Flow in SUMO

Dear SUMO Community,

I am working on an urban street simulation and have encountered a problem exporting density and vehicle flow at specific time intervals (e.g., every 5 seconds).
I would appreciate any assistance on how to achieve this in SUMO. I have attached my SUMO configuration file, which currently outputs speed and acceleration using FCD.

Best regards

--
Simon MichaelĀ 
Road and Transport Engineer
Tell:+251912859818/+8613194998145


<?xml version="1.0" encoding="UTF-8"?>

<!-- generated on 2023-11-27 18:40:53 by Eclipse SUMO sumo Version 1.18.0
-->

<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd";>

    <input>
        <net-file value="Chengduonelane.net%20-%20Copy.xml"/>
        <route-files value="Vtype10networknov27.rou.xml"/>
        <additional-files value="addistionals.add.xml"/>
        <junction-taz value="true"/>
    </input>
    <output>
        <fcd-output value="E:\SUMO\fcd.xml"/>
	<fcd-output.acceleration value = "true" />
    </output>

    <time>
        <begin value="0"/>
        <end value="3600"/>
        <step-length value="1"/>
    </time>

</configuration>

Back to the top