Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 968 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 968 Bytes

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 [email protected]: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.