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

Remove week level #252

Closed j-t-t closed 5 years ago

j-t-t commented 5 years ago

Removing all the week-level code from the codebase. Also removing inters_data, since we calculate and write the intersection features directly to inters_segments.geojson and inter_and_non_int.geojson as part of create_segments/add_map.

codecov[bot] commented 5 years ago

Codecov Report

Merging #252 into master will increase coverage by 2.43%. The diff coverage is 78.68%.

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
+ Coverage   55.73%   58.17%   +2.43%     
==========================================
  Files          34       32       -2     
  Lines        3459     3259     -200     
==========================================
- Hits         1928     1896      -32     
+ Misses       1531     1363     -168