SciCompMod / memilio

Modular spatio-temporal models for epidemic and pandemic simulations
https://scicompmod.github.io/memilio/
Apache License 2.0
53 stars 16 forks source link

Transformation of NPI data and preliminary analysis #231

Closed mknaranja closed 1 year ago

mknaranja commented 2 years ago

The https://www.corona-datenplattform.de/ provides finely granulated information on non-pharmaceutical interventions (NPIs) against Sars-CoV-2 on county scale. This information is extracted from official political publications and NPIs are mentioned when they were considered for implementation. However, for incidence-dependent NPIs a combination with incidence data has to done to get to know when which NPIs were active (and not only mentioned in the regulations).

In a first step, this information has to be brought in a pandas data frame as our other data. After combination with incidence data, clustering may be needed to cluster interventions that are highly correlated with respect to the dates when they were active.

mknaranja commented 1 year ago

In favor of a well described epic, this one should be closed and #412 #413 #414 should be mentioned in the new epic.

mknaranja commented 1 year ago

Clustering now moved to #444

patricklnz commented 1 year ago

Tests added in #539