Skip to content

🚦 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

  1. Review Traffic Data (Sevilla) for structure and pre-processing.
  2. Configure mapping between open-data segments and SUMO network edges.
  3. Use the Trips Generator to produce SUMO .rou.xml files.
  4. 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