reconhub / incidence

☣:chart_with_upwards_trend::chart_with_downwards_trend:☣ Compute and visualise incidence
https://reconhub.github.io/incidence
Other
58 stars 13 forks source link

Allow for multi-day/week/month intervals #67

Closed zkamvar closed 5 years ago

zkamvar commented 5 years ago

Currently, incidence only allows multi-day intervals, but it's possible to allow multi-week or month intervals as well (and possibly hourly...?). This would require a change in the get_interval() method and the valid_date_interval() internal function.