hungrxyz / infected-data

Data repository and tool for public COVID-19 data in The Netherlands.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

infected-data

Data repository and Scalpel - tool that downloads and disects latest RIVM COVID-19 data into mobile friendly files.

Data

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.

Sources

  • 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.

Scalpel

Swift command line tool that creates files in data directory.

How To Use

  1. Clone this repository.
  2. Navigate to root of this repository.
  3. Run swift run scalpel.

License

Data and Scalpel tool are both licensed CC0. Original data is copyright RIVM, NICE, LCPS and CBS.

About

Data repository and tool for public COVID-19 data in The Netherlands.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Swift 100.0%