Skip to content

andrewjdyck/sask-bike-collisions

Repository files navigation

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 by time of day

Bicycle accidents calendar view

Bicycle accident calendar view

Run the visualizations

  1. Clone the repository to your local computer
git clone git@github.com:andrewjdyck/sask-bike-collisions.git
  1. Serve the files locally
# Python 2.7
python -m SimpleHTTPServer 8080

# Python 3+
python -m http.server 8080
  1. In your browser go to the following urls:

A Northern Lights Data Lab project.

About

Some analysis of SGI collision data involving bicycles in SK, Canada

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published