andrewjdyck / sask-bike-collisions

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

Home Page:http://andrewdyck.com/sask-bike-collisions/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://andrewdyck.com/sask-bike-collisions/


Languages

Language:CSS 77.1%Language:HTML 13.5%Language:R 5.6%Language:JavaScript 3.8%