Data repository and Scalpel - tool that downloads and disects latest RIVM COVID-19 data into mobile friendly files.
Currently contains only latest numbers (< 24h) separated into files:
- per region
data/latest/region/{region code}.json
. - Or a single file grouping specific regions
data/latest/{municipalities|security_regions|provinces|national}.json
.
- RIVM - confirmed cases and deaths for all regions.
- RIVM + NICE - hospitalizations.
- NICE - national new intensive care admissions.
- LCPS - national currently occupied hospital and intensive care beds.
- CBS - region codes and population for all regions.
Swift command line tool that creates files in data
directory.
- Clone this repository.
- Navigate to root of this repository.
- Run
swift run scalpel
.
Data and Scalpel tool are both licensed CC0. Original data is copyright RIVM, NICE, LCPS and CBS.