Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seriousme/ncov-stats
Dutch stats on the 2020 Corona virus (SARS-CoV-2) spread based on RIVM data
https://github.com/seriousme/ncov-stats
Last synced: 26 days ago
JSON representation
Dutch stats on the 2020 Corona virus (SARS-CoV-2) spread based on RIVM data
- Host: GitHub
- URL: https://github.com/seriousme/ncov-stats
- Owner: seriousme
- License: mit
- Created: 2020-03-10T17:17:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:18:09.000Z (about 2 years ago)
- Last Synced: 2024-10-19T11:28:58.423Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ncov-stats
Dutch stats on the 2020 Corona virus (SARS-CoV-2) spread based on [RIVM](https://www.rivm.nl/) dataRIVM source data is the data folder.
The calculated stats are in the results folder.## Change in reporting
RIVM used to report positively tested cases but switched to hospitalizations on 31 March 2020. Therefore the hospitalization stats are available from 31 March onwards.The source data before March 31 is available in the cases-data folder.
The stats data before March 31 is available in the cases-results folder.## Another change in reporting
RIVM changed the reporting again on 16 June 2020 and is now reporting on time intervals. So most of statistics can now be found on the RIVM site and the updating of the statistics in this repository has stopped.## Available statistics
The following stats are available:
* [time series](results/timeseries.csv) An overview of cases per community over time.
* [progression](results/progression.csv) Overal changes in the numbers
* [numbers per province](results/numbersPerProvince.csv) Number of cases grouped by province
* [places per province](results/placesPerProvince.csv) Number of communities per province that have at least one case
* [progression per province](results/progressionPerProvince.csv) Percentage of change per province over time
* [time to double per province](results/time2doublePerProvince.csv) Number of days ago when the reported number of cases was at most half as much as the latest number of cases.
* [stats on communities](results/stats.csv) Changes in number of communities reported to have cases.Note: people with unknown residence are not listed in the downloadable RIVM data, so the total here might differ a bit from the total reported in the news.
## Code
A [script](timeSeries.js) is used to calculate the stats from the source data.