Skip to content

🇮🇩 Live data, interactive charts & maps of Indonesia provincial COVID-19 daily cases and vaccination. Live version: https://erlange.github.io/INACOVID/

License

Notifications You must be signed in to change notification settings

erlange/INACOVID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduled Data Collecting

Indonesia COVID-19 (INACOVID) Data Repository in CSV and JSON Format

An on-going effort of providing up-to-the-minute time-series reports in JSON and CSV format for analytical purposes.

Live version: https://erlange.github.io/INACOVID/

Inacovid Web

Table of Contents

Dataset and Downloadables

The data are automatically scheduled to refresh every hour at the 11th minute as specified in the Action workflow of this repo including the below chart, however if there is no update from the data sources then the data on this repo will not change.

The data files are stored in the data folder categorised in tabular format (CSV) and JSON respectively.

Folder Filename Description
📁data/csv 📄ext.natl.csv BNPB version of national level time-series data
📁data/json 📜ext.natl.json
📁data/csv 📄ext.prov.csv BNPB version of provincial level time-series data
📁data/json 📜ext.prov.json
📁data/csv 📄vax.csv Vaccination time-series data
📁data/json 📜vax.json
📁data/csv 📄hospitals.csv Local hospital data
📁data/json 📜hospitals.json
📁data/csv ⛔arcgis.natl.csv (⛔ Obsolete. Use the BNPB version instead) ArcGIS version of national level time-series data
📁data/json ⛔arcgis.natl.json
📁data/csv ⛔basic.csv (⛔ Obsolete. Use the BNPB version instead) Basic version of national and provincial level time-series data
📁data/json ⛔basic.minified.json
*BNPB (Badan Nasional Penanggulangan Bencana) is the Indonesian government/national institution for disaster recovery

Charts


These charts are plotted regularly based on the scraped data. You can find some .py files to generate the charts in the 📁ActionRunner folder.

Daily Cases and Vaccinations


Daily Cases

Indonesia Covid-19 Daily Cases Script: createplot.py

Vaccinations

Indonesia Covid-19 Vaccination Statistics Script: CreatePlot-Vax.py

Impacts on Indonesia Provinces


Cases by Provinces

Script: CreatePlot-Provinces.py

Demographics


Indonesia Covid-19 Cases by Genders and Age

Script: CreatePlot-Age.py

Medical Conditions


Comorbidities

Script: CreatePlot-Comorbid.py
Symptoms

Script: CreatePlot-Symptoms.py

Medical Facilities


Medical Facilities

Script: CreatePlot-Hospitals.py

Scrapers


The scripts to gather the data are all in the 📁ActionRunner folder, written mostly in C# designed to run on the latest version .NET Core. Some files however are in .py python format to plot the chart.

Workflows


The data scraping tasks are automated by Github Actions and are located in the 📁.github/workflows folder scheduled by the Actions in this repository.

Website


The interactive website for this repository is hosted on Github Pages, available at https://erlange.github.io/INACOVID/. Developed using Angular Framework, the source code resides in the /web/ folder.

Data Sources


The data sources are from the Official Government Site

Submit Bugs


Just open an issue here. All contributions and inputs are welcome.

License


This project is developed by me and is open-source under MIT License.