Skip to content

AForsmann/COVID-19

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

COVID-19

public accessible data for COVID-19 in Germany

RKI

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

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

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

ECDC

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

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]

About

public accessible data for CoVid19

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%