Saskatchewawn Bike Collisions
This repository includes two visualizations of motor vehicle collisions involving a bicycle in the province of Saskatchewan, Canada.
The data used here has been made available for public consumption by SGI, the provincial public automobile insurer.
Visualizations
Bicycle accidents by time of day
Bicycle accidents calendar view
Run the visualizations
- Clone the repository to your local computer
git clone git@github.com:andrewjdyck/sask-bike-collisions.git
- Serve the files locally
# Python 2.7
python -m SimpleHTTPServer 8080
# Python 3+
python -m http.server 8080
- In your browser go to the following urls:
A Northern Lights Data Lab project.