Thailand COVID-19 Cluster Data Extraction
About
- Extract Clusters from Thailand Daily COVID-19 briefing PDF
- Download latest data Here.
- Data will be updated daily at
13:00 (UTC+7)
.
Accessing Historical Data
- All data is stored in this repository's wiki.
- Historical data is stored in the root of the wiki with the file name
cluster-data-{YYYY}-{MM}-{DD}.json
. For examplecluster-data-2021-07-01.json
. - Accessing can be done by using the url
https://raw.githubusercontent.com/wiki/noppakorn/covid-cluster-thailand/cluster-data-{YYYY}-{MM}-{DD}.json
- For example:
https://raw.githubusercontent.com/wiki/noppakorn/covid-cluster-thailand/cluster-data-2021-07-01.json
- Historical data dates back to
2021-07-01
.
Requirements
- requests
- pandas
- numpy
- pdfplumber