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

Reformat start & end year values #204

Closed terryf82 closed 5 years ago

terryf82 commented 5 years ago

There are several different interpretations of the _startyear and _endyear values provided in the city-specific configs:

We need to review all uses of these values and align under a common understanding. It's probably worth swapping to full start_date and end_date values that include day, month and year to clear up any confusion.

terryf82 commented 5 years ago

Completed as part of PR https://github.com/Data4Democracy/crash-model/pull/211