Analysis and visualization of through-traffic violations and turning violations on the transit-priority section of King Street in Toronto.
https://schoolofcities.github.io/king-street-toronto/traffic-violations/
Intersection movement data were provided by the City of Toronto.
Traffic ticket data were acquired via a Freedom of Information request from Toronto Police.
View the data
sub-folder for data tables from each
The analysis
sub-folder contains several Jupyter Notebooks of our initial explorations of the intersection movement data, as well as filtering the data that appears on the web-page.
To build and develop the web-page locally:
git clone https://github.com/schoolofcities/king-street-toronto
npm install
npm run dev
Building
npm run build
npm run preview