codefordurham / BikeSafety

Show common areas of bike accidents to help prevent future accidents
http://bikesafety.codefordurham.com/
11 stars 6 forks source link

Add pedestrian crashes to map #71

Open dsummersl opened 8 years ago

dsummersl commented 8 years ago

The data exists in the data/North_Carolina_Pedestrian_Crash_Data.csv.gz file. To support this file:

  1. Modify bin/create_firebase.js to import the dataset into firebase.
  2. Modify the app to display this data (WIP - how?)