/COVID-19

public accessible data for CoVid19

Primary LanguagePythonMIT LicenseMIT

COVID-19

This is a public accessible dataset for COVID-19. We made the data for Germany from the Robert Koch Insititute and worldwide data from Johns Hopkins CSSE and European Centre for Disease Prevention available on a daily base with daily updates.

Robert Koch Institute (RKI) - dataset for Germany

As the Robert Koch Institute does not publish data in a computer consumable format, we decided to grab the information from their website and make this dataset public available.

This dataset is going to be updated daily, as soon as the information from the Robert Koch Institute is available.

Source: https://www.rki.de/DE/Content/InfAZ/N/Neuartiges_Coronavirus/Situationsberichte/Archiv.html

Source: https://npgeo-corona-npgeo-de.hub.arcgis.com/datasets/917fc37a709542548cc3be077a786c17_0/data?selectedAttribute=GEN

use the provided csv file

Just download the files from here and use them as they are. We are providing a CSV format.

https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-federalstates.csv https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-counties.csv https://covid19publicdata.blob.core.windows.net/rki/covid19-germany-counties-nuts3.csv (joined with NUTS3 data)

The URL will stay the same even when data is updated. So feel free to grab this url in an automated manner.

Johns Hopkins CSSE - dataset worldwide

We also provide the global data from Johns Hopkins CSSE in this database. This dataset is going to be updated daily, as soon as the information is available.

Source: https://github.com/CSSEGISandData/COVID-19

Just download the csv from here and use them as they are. We are providing a CSV format. Or use the Database (see below). https://covid19publicdata.blob.core.windows.net/hopkins/covid19-hopkins.csv

European Centre for Disease Prevention and Control (ECDC) - dataset worldwide

Data of European Centre for Disease Prevention and Control is also available here. This dataset is going to be updated daily, as soon as the information is available. Just download the csv from here and use them as they are. We are providing a CSV format. Or use the Database (see below). https://covid19publicdata.blob.core.windows.net/ecdc/covid19-ECDC.csv

Image data collection

If you are interested in Covid-19 image data, please have a look here: https://github.com/ieee8023/covid-chestxray-dataset This dataset provides cases with chest X-ray or CT images for COVID-19 cases as well as MERS, SARS, and ARDS.

Database Access

If you would like to connect to our database, feel free to use this information for login:

Server: covid19dbserver.database.windows.net
Authentication type: SQL Login
username: datareader
password: eg4?%bKrY.T#SpBhEBk8DmH9
database: covid19db
tables: [dbo].[RKI], [dbo].[RKICounties], [dbo].[Hopkins], [dbo].[ECDC]
views: [dbo].[vRKI], [dbo].[vRKICounties], [dbo].[vHopkins], 0[dbo].[vECDC]

Changelog

  • 2020-03-17 RKI reporting changed. As of today, epidemiological evaluations in the COVID-19 situation report are based only on electronically transmitted data available to the Robert Koch Institute (RKI) at the time of the data closure (11 pm).
  • 2020-03-22 Added NUTS3 dataset for Germany
  • 2020-03-23 John Hopkins changed the time series exports.