🚦 Sevilla Traffic Integration¶
Overview of how Sevilla open traffic data was extracted and transformed into SUMO trips.
Summary¶
- Data extraction performed from the Sevilla traffic open-data portal (Tráfico Sevilla) and prepared for simulation.See the detailed dataset notes: Traffic Data (Sevilla).
- Based on those data, a trips generator script (
trips.py) was designed to convert counts/time profiles into SUMO routes. Details: Trips Generator.
Reproduce¶
- Review Traffic Data (Sevilla) for structure and pre-processing.
- Configure mapping between open-data segments and SUMO network edges.
- Use the Trips Generator to produce SUMO
.rou.xmlfiles. - Run the Simulation Workflow with the generated routes.
Next Steps¶
- Validate demand against observed KPIs (edge flows, occupancy).
- Iterate temporal profiles (AM/PM peaks) for better realism.
- Optionally integrate EV share and charging behavior.
References¶
- Tráfico Sevilla (Open Data portal).