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.
- Clone the repository to your local computer
git clone [email protected]: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.