lcodeca / SUMOActivityGen

An Activity-based Multi-modal Mobility Scenario Generator for SUMO. This project is available in the Eclipse SUMO contributed tools section (https://github.com/eclipse/sumo/tree/master/tools/contributed) under the name SAGA (SUMO Activity GenerAtion).
Eclipse Public License 2.0
39 stars 25 forks source link

The output.summary.xml is unreasonable #8

Closed Shiyunyang-seu closed 4 years ago

Shiyunyang-seu commented 4 years ago

Hi, I followed the tutorial https://github.com/lcodeca/SUMOActivityGen/blob/master/docs/HOWTO.md. But, I have tried to input different number of trips many times, and the final output curve is similar to the figure below, which is not consistent with the reality. In reality, the traffic flow in the morning and evening peak hours should reach the peak. summary

lcodeca commented 4 years ago

The output provided by SUMO counts all the vehicle in the simulation, not only the one that are currently moving in each simulation step. Hence, the graph is consistent with the default SAGA configuration, and does not reflect the peak in moving people/vehicles because it counts the parked cars and waiting people.

lcodeca commented 4 years ago

See