Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Need help to interpret the full_output.xml.

Hi,

https://sumo.dlr.de/docs/Simulation/Output/FullOutput.html

traveltime	(seconds): The mean travel time on the specific lane

According to the above link, the output file contains a lot of information
on each timestep.
Here is a snapshot of what I get from my simulation. 

<data timestep="00:00:00">
 <vehicles>
  <vehicle id="v0" ... </vehicle>
  <vehicle id="v1" ... </vehicle>
</vehicles>
<edges> 
           <edge id="E0" traveltime="100000.00">
                <lane id="E0_0" CO="0.00" CO2="0.00" NOx="0.00" PMx="0.00"
HC="0.00" noise="0.00" fuel="0.00" electricity="0.00" maxspeed="13.89"
meanspeed="13.89" occupancy="0.00" vehicle_count="0"/>
                <lane id="E0_1" CO="164.78" CO2="2624.72" NOx="1.20"
PMx="0.07" HC="0.81" noise="55.94" fuel="1.13" electricity="0.00"
maxspeed="13.89" meanspeed="0.00" occupancy="0.05" vehicle_count="1"/>
                <lane id="E0_2" CO="0.00" CO2="0.00" NOx="0.00" PMx="0.00"
HC="0.00" noise="0.00" fuel="0.00" electricity="0.00" maxspeed="13.89"
meanspeed="13.89" occupancy="0.00" vehicle_count="0"/>
            </edge>
</edges>

Why do I get traveltime="100000.00" at tilmestep = 0 sec?
Is it a bug?

Thanks,
Kelvin




--
Sent from: http://sumo-user-mailing-list.90755.n8.nabble.com/


Back to the top