insight-lane / crash-model

Build a crash prediction modeling application that leverages multiple data sources to generate a set of dynamic predictions we can use to identify potential trouble spots and direct timely safety interventions.
https://insightlane.org
MIT License
112 stars 40 forks source link

Add Somerville #296

Closed j-t-t closed 4 years ago

j-t-t commented 4 years ago

Updating Somerville's config file and the js config file to add Somerville

Side issue: there is a weird bug in fiona at the moment such that if you import fiona the geocoder doesn't work for mapbox. Since I needed to geocode Somerville's data, that was a roadblock, so I pulled all of the geocoding-specific functionality out of util.py into geocoding_util.py and updated all the associated calls

codecov[bot] commented 4 years ago

Codecov Report

Merging #296 into master will increase coverage by 0.13%. The diff coverage is 49.09%.

@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
+ Coverage   63.19%   63.32%   +0.13%     
==========================================
  Files          32       33       +1     
  Lines        3255     3253       -2     
==========================================
+ Hits         2057     2060       +3     
+ Misses       1198     1193       -5