Contacts: Marco RAPELLI [rapelli.m@libero.it], Claudio CASETTI [claudio.casetti@polito.it] and Giandomenico GAGLIARDI [giandomenico.gagliardi@5T.torino.it]
This project is licensed under the terms of the GPLv3 license.
TuST Scenario is meant to be used with SUMO (Simulator of Urban MObility) and is developed with SUMO 1.1.0.
Please refer to the SUMO wiki for further information on the simulator itself.
The TuST (Turin SUMO Traffic) simulation scenario describes the traffic within the city of Turin, Italy for a whole day. The original demand data stems from real traffic data of 5T, a public agency managing all the traffic mobility data in the Italian region of Piemonte.
From the original OSM file, an accurate road graph was created using real average velocities from Google APIs and real traffic light phases from 5T data.
To validate the model, traffic flows were compared to real flows measured from 5T street sensors, crating in this way a very realistic large-scale simulator.
Publications: BibTeX
Best paper award of DS-RT 2019 to M. Rapelli, C. Casetti, G. Gagliardi, "TuST: from Raw Data to Vehicular Traffic Simulation in Turin" 2019 IEEE/ACM 23rd International Symposium on Distributed Simulation and Real Time Applications (DS-RT) October, 2019, Cosenza, Italy.
TuST project includes two scenarios:
- A complete traffic demand scenario with the full-day O/D traffic of Turin and vehicles with 1.8m length.
- A scenario with 80% of full-day O/D traffic of Turin and vehicles with normal length.
Both TuST scenarios can be lunched directly with their configuration file.
sumo -c Torino_shortCars.sumocfg
orsumo -c Torino_normalCars.sumocfg
from the corresponding scenario folder.
In order to rebuild the routes it is possible to lunch the route configuration files.
marouter -c RoutingConfig_shortCars.xml
ormarouter -c RoutingConfig_normalCars.xml
from the corresponding scenario folder.
Inside each scenario folder it is possible to find three different outputs:
- Summary file with general simulation outputs.
- DetectorsOutput file with edge-based simulation outputs.
- VehTraces file with the full vehicles traces available.