Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 689 Bytes

Readme.md

File metadata and controls

10 lines (7 loc) · 689 Bytes

volume-delay-curves

Data and code to build volume-delay curves for selected locations in London.

Data Inputs

  1. DfT/DfT.csv: Vehicle passage data from the UK Department for Transport (DfT) Automatic Traffic Counter (ATC) sensors.
  2. Google/Google.csv: Travel speed data for corresponding road links at the ATC locations from the Google Directions Application Programming Interface (API).

Analysis code

merged_data.ipynb: (Python) jupyter nodebook to combine the DfT ATC traffic volume and Google travel time data to build the volume-delay curves.