Micro-internship Deliverable

Simulate and Visualize Real World Traffic Data

A project by Open Avenues completed by Marwan Aljawarneh

sumo

Project Overview

Project Overview

Predict when and how traffic congestion occurs and visualize it in SUMO.


Key Technologies

Traffic Simulation

Visualization

Python

SUMO

OpenStreetMap

NetEdit

Background

Congestion Costs U.S. Cities Billions Every Year​

The American Transportation Research Institute estimates that congestion costs the U.S. freight sector $74.1 billion annually, $66.1 billion of which occurs in urban areas. ​

There are other costs too such as pollution and accidents, all of which can cost cities billions of dollars every year. ​

INRIX estimates that New York lost $11 billion due to traffic congestion last year, the highest costs of any major American city. Los Angeles is well known for its traffic gridlock and it comes second with just over $8 billion in losses.​

Source: Statistica

Understanding Traffic​

Understanding the emergence of traffic congestion in the most simple case — a single lane road, is challenging. Seemingly small changes by a single car in the entire traffic can cause a snow ball effect.

Youtube

Source: BBC One Show (YouTube)

Predicting Traffic​

Before engaging in intensive infrastructure projects such as building new roads, adding lanes, traffic lights, etc. — it is important to have realistic simulations of traffic flows so that the proposed projects have the best chance of succeeding in alleviating traffic.

The situation gets more complicated when integrating major events such as concerts, sporting events, etc. or public buildings like airports and hospitals into the picture. In the near future, it’s important to simulate the effects of proposed connected vehicle and intelligent transportation technological innovations, to best realize their potential in streamlining traffic flows.

congestion

Image Source: Boston.com


SUMO

What is SUMO?

"Simulation of Urban MObility" (SUMO) is an open source, highly portable, microscopic and continuous traffic simulation software. We used SUMO in this project because it is flexible and supports all basic features.

sumo

Image Source: SUMO

Features

  • Demand Generation
    • Use traffic counts on streets and junctions, origin-destination-matrices or virtual population models to generate realistic demand profiles.
  • Traffic Lights
    • Modify traffic light schedules visually with netedit, import schedules from external data sources or generate schedules automatically
  • Performance
    • Boost your simulation with an unlimited network size, an unlimited amount of simulated vehicles and an unlimited simulation time
  • Open Source
    • Use and modify SUMO according to your needs as it is available under Eclipse Public License v2.0 and GNU General Public License v2.0
  • Network Import
    • Import road networks from common network formats such as OpenStreetMap, VISUM, VISSIM, NavTeq, MATsim and OpenDRIVE

And so much more.