All Projects → nevrome → covid19germany

nevrome / covid19germany

Licence: other
R package - Load, visualise and analyse daily updated data on the COVID-19 outbreak in Germany

Programming Languages

r
7636 projects
Stan
76 projects

Projects that are alternatives of or similar to covid19germany

COVID-19-AI
Collection of AI resources to fight against Coronavirus (COVID-19)
Stars: ✭ 25 (-46.81%)
Mutual labels:  coronavirus, covid-19
covid19-data-greece
Datasets and analysis of Novel Coronavirus (COVID-19) outbreak in Greece
Stars: ✭ 16 (-65.96%)
Mutual labels:  coronavirus, covid-19
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+4.26%)
Mutual labels:  coronavirus, covid-19
covid-19-self-assessment
The tool takes the public through a series of questions to inform those who are concerned they may have contracted COVID-19.
Stars: ✭ 31 (-34.04%)
Mutual labels:  coronavirus, covid-19
COVID-19-Datasets
Novel Coronavirus (COVID-19) Cases for India, provided by University of Kalyani.
Stars: ✭ 19 (-59.57%)
Mutual labels:  coronavirus, covid-19
COVID19
Using Kalman Filter to Predict Corona Virus Spread
Stars: ✭ 78 (+65.96%)
Mutual labels:  coronavirus, covid-19
coronavirusrd
Web app to show information about the current cases of COVID 19 in Dominican Republic
Stars: ✭ 13 (-72.34%)
Mutual labels:  coronavirus, covid-19
coronavirus-knowledge-graph
OBSOLETE: Prototype Neo4j Knowledge Graph for Coronavirus outbreaks (see NEW VERSION: https://github.com/covid-19-net/covid-19-community)
Stars: ✭ 17 (-63.83%)
Mutual labels:  coronavirus, covid-19
Covid19Tracker
A Robinhood style COVID-19 🦠 Android tracking app for the US. Open source and built with Kotlin.
Stars: ✭ 65 (+38.3%)
Mutual labels:  coronavirus, covid-19
coronavirus-stats
Automatically scrape data and statistics on Coronavirus to make them easily accessible in CSV format
Stars: ✭ 47 (+0%)
Mutual labels:  coronavirus, covid-19
aarogya seva
A beautiful 😍 covid-19 app with self - assessment and more.
Stars: ✭ 118 (+151.06%)
Mutual labels:  coronavirus, covid-19
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (-57.45%)
Mutual labels:  coronavirus, covid-19
coro2sens
Build a simple device that warns if CO₂ concentration in a room becomes a risk for COVID-19 aerosol infections.
Stars: ✭ 32 (-31.91%)
Mutual labels:  coronavirus, covid-19
China CoronaVirus Data Miner
Collects officially published daily stats for the corona-virus (China only) 收集新冠状病毒中国每日疫情数据,精确到地级
Stars: ✭ 24 (-48.94%)
Mutual labels:  coronavirus, covid-19
spider-covid-19-viz-3d
Speedy access to the latest, local COVID-19 data with a familiar interface: the Globe
Stars: ✭ 19 (-59.57%)
Mutual labels:  coronavirus, covid-19
coronavirus
covid-19 data in J
Stars: ✭ 15 (-68.09%)
Mutual labels:  coronavirus, covid-19
covid-19
HDR UK - Resources for 🦠COVID-19 Research
Stars: ✭ 41 (-12.77%)
Mutual labels:  coronavirus, covid-19
CoronaXiv
First Prize in HackJaipur Hackathon 2020 for Best ElasticSearch-based Product! Website: http://coronaxiv2.surge.sh/#/
Stars: ✭ 15 (-68.09%)
Mutual labels:  coronavirus, covid-19
Projeto-EAR-Celso
e-AR - Emergency Ventilator
Stars: ✭ 17 (-63.83%)
Mutual labels:  coronavirus, covid-19
covid-19-community
Community effort to build a Neo4j Knowledge Graph (KG) that links heterogeneous data about COVID-19
Stars: ✭ 95 (+102.13%)
Mutual labels:  coronavirus, covid-19

R-CMD-check Coverage Status

covid19germany

An R package to load, visualise and analyse daily updated data on the COVID-19 outbreak in Germany. This package exists to simplify data analysis and was developed in the context of the #WirvsVirus hackathon.

Install

Install the development version from github with

if(!require('remotes')) install.packages('remotes')
remotes::install_github("nevrome/covid19germany")

Functions and data

RKI vaccination progress

Daily updated RKI data about COVID-19 vaccinations in germany. Provided by the Robert Koch Institut.

rki_vaccinations_timeseries <- covid19germany::get_RKI_vaccination_timeseries()

RKI timeseries

rki <- covid19germany::get_RKI_timeseries()

Daily updated RKI data about COVID-19 cases and deaths for germany (timeseries). Provided by the Bundesamt für Kartographie und Geodäsie as well as the Robert Koch Institut.

You can convert this RKI data to daily timeseries for federal states (Bundesland), administrative districts (Landkreis), gender (Gender) and/or age (Age).

covid19germany::group_RKI_timeseries(rki, Bundesland)
covid19germany::group_RKI_timeseries(rki, Landkreis)
covid19germany::group_RKI_timeseries(rki, Gender)
covid19germany::group_RKI_timeseries(rki, Age)

It’s possible to group by multiple of these at once, e.g.

covid19germany::group_RKI_timeseries(rki, Bundesland, Age)

RKI spatial

covid19germany::get_RKI_spatial("Bundesland")
covid19germany::get_RKI_spatial("Landkreis")

Daily updated RKI data about COVID-19 cases and deaths for germany (spatial). Provided by the Bundesamt für Kartographie und Geodäsie as well as the Robert Koch Institut.

Population numbers

covid19germany::ew_laender
covid19germany::ew_kreise
covid19germany::ew_alter

Population numbers for the german Länder and Kreise on 2018-12-31. Provided by the Statistisches Bundesamt. (Population data for administrative units of Berlin in dataset ew_laender is missing.)

Hospital beds

covid19germany::hospital_beds

Hospital beds and ICUs in Germany in 2017 with a last update from 2018-11-13. Provided by the Statistisches Bundesamt as well as the Robert Koch Institut.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].