Skip to content

Commit

Permalink
Spatial vaccination data (#283)
Browse files Browse the repository at this point in the history
  • Loading branch information
twallema authored Aug 27, 2021
1 parent a3f8496 commit 9a84ef6
Show file tree
Hide file tree
Showing 10 changed files with 586,076 additions and 22,897 deletions.
3 changes: 2 additions & 1 deletion data/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ A folder containing all raw simulations used for the RESTORE reports, the report
+ `COVID19BE_MORT.csv` contains a copy of the "MORT" sheet from the publically available Sciensano data. Data is extracted from https://epistat.sciensano.be/Data/COVID19BE.xlsx
+ `COVID19BE_CASES.csv` contains a copy of the "CASES_AGESEX" sheet from the publically available Sciensano data. Data is extracted from https://epistat.sciensano.be/Data/COVID19BE.xlsx
+ `COVID19BE_VACC.csv` contains a copy of the "VACC" sheet from the publically available Sciensano data. Data is extracted from https://epistat.sciensano.be/Data/COVID19BE.xlsx
+ `COVID19BE_VACC_MUNI_raw.csv` contains a copy of the "VACC_MUNI" sheet from the publically available Sciensano data. Data is extracted from https://epistat.sciensano.be/Data/COVID19BE.xlsx
+ `ObsInf.txt` contains cumulative observed infections from 1 March on
(note that this is an underestimation since especially in the beginning, only sick people
were tested)
Expand Down Expand Up @@ -175,7 +176,7 @@ The dataset contained, for each Belgian province, a column of 'unknowns', indica

+ `clusters.csv` contains the number of clusters traced back to 1) families, 2) WZCs, 3) schools, 4) workplaces and 5) others over the period 2020-12-28 until 2021-02-21. Data extracted from the weekly Sciensano reports, available at https://covid-19.sciensano.be/nl/covid-19-epidemiologische-situatie. Last visited 2021-03-31.
+ `sciensano_detailed_mortality.csv` contains the number of deaths (incidence and cumulative number) per age group, in total, in hospitals and in nursing homes. Since our model does not predict nursing home deaths, model output must be compared to deaths in hospitals. Data conversion was done using the script` ~/notebooks/preprocessing/sciensano-mortality-data-analysis.py`. You must place the super secret detailed hospitalization dataset `COVID19BE_MORT_RAW.csv` in the same folder as this script in order to run it. Permission of Sciensano is needed to obtain the raw dataset.

+ `COVID19BE_VACC_MUNI_format.csv` contains the formatted number of (first) vaccine doses per week, per municipality (NUTS5) and per age group in a pandas dataframe with three-level multiindex.

#### Demographic data

Expand Down
Loading

0 comments on commit 9a84ef6

Please sign in to comment.