All Projects → eebrown → data2019nCoV

eebrown / data2019nCoV

Licence: other
COVID-19 Pandemic Data R Package

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to data2019nCoV

covid19 scenarios data
Data preprocessing scripts and preprocessed data storage for COVID-19 Scenarios project
Stars: ✭ 43 (+7.5%)
Mutual labels:  ncov, coronavirus, covid-19, covid
covid19-api
Covid19 Data API (JSON) - LIVE
Stars: ✭ 20 (-50%)
Mutual labels:  coronavirus, covid-19, covid, covid-data
Covid19arData
Data COVID-19 Argentina actualizada y en formatos abiertos.
Stars: ✭ 51 (+27.5%)
Mutual labels:  coronavirus, covid-19, covid, covid-data
Covid-19-analysis
Analysis with Covid-19 data
Stars: ✭ 49 (+22.5%)
Mutual labels:  epidemiology, coronavirus, covid-19, covid-data
coviddata
Daily COVID-19 statistics by country, region, and city
Stars: ✭ 49 (+22.5%)
Mutual labels:  coronavirus, covid-19, covid, covid-data
COVID-19-DETECTION
Detect Covid-19 with Chest X-Ray Data
Stars: ✭ 43 (+7.5%)
Mutual labels:  coronavirus, covid-19, covid, covid-data
corona tracker
COVID-19 tracking app - submission for https://wirvsvirushackathon.org/
Stars: ✭ 13 (-67.5%)
Mutual labels:  coronavirus, covid-19, covid
red-cross
官方公示数据概览
Stars: ✭ 18 (-55%)
Mutual labels:  ncov, coronavirus, covid-19
covid-19-sg
Visualising COVID-19/Coronavirus cases and cluster zones in Singapore
Stars: ✭ 15 (-62.5%)
Mutual labels:  ncov, coronavirus, covid-19
covid19-visualized
COVID-19 World update with data Visualization (Include Indonesia cases)
Stars: ✭ 23 (-42.5%)
Mutual labels:  coronavirus, ncov-2019, covid-19
covid19-timeseries
Covid19 timeseries data store
Stars: ✭ 38 (-5%)
Mutual labels:  coronavirus, covid-19, covid
covid-19-image-repository
Anonymized dataset of COVID-19 cases with a focus on radiological imaging. This includes images (x-ray / ct) with extensive metadata, such as admission-, ICU-, laboratory-, and patient master-data.
Stars: ✭ 42 (+5%)
Mutual labels:  coronavirus, covid-19, covid-data
cli-corona
📈 Track COVID-19 (2019 novel Coronavirus) statistics via the command line.
Stars: ✭ 14 (-65%)
Mutual labels:  epidemiology, coronavirus, covid-19
COVID breakdown
COVID-19 statistics in Taiwan
Stars: ✭ 15 (-62.5%)
Mutual labels:  coronavirus, covid-19, covid
CoWin-Vaccine-Notifier
Automated Python Script to retrieve vaccine slots availability and get notified when a slot is available.
Stars: ✭ 102 (+155%)
Mutual labels:  coronavirus, covid-19, covid
covid19-resources
Curated list of Coronavirus data & apps
Stars: ✭ 35 (-12.5%)
Mutual labels:  coronavirus, covid-19, covid-data
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-50%)
Mutual labels:  coronavirus, covid-19, covid
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+47.5%)
Mutual labels:  ncov, coronavirus, covid-19
ncov2019
从官方数据中提取我感兴趣的2019新型冠状病毒发展情况
Stars: ✭ 20 (-50%)
Mutual labels:  coronavirus, ncov-2019, covid-19
COVID19
A web app to display the live graphical state-wise reported corona cases in India so far. It also shows the latest news for COVID-19. Stay Home, Stay Safe!
Stars: ✭ 122 (+205%)
Mutual labels:  coronavirus, covid-19, covid-data

DOI R-CMD-check

COVID-19 Pandemic Data R Package

This R package stores data about the 2019-2020 COVID-19 pandemic (SARS-CoV-2).

The date is transcribed or compiled from official sources, but there is no guarantee as to the accuracy of the transcribed data or graphs in the vignettes. Please file an issue if any errors (discrepancies with official reports) are noticed.

Currently, this package contains the documented data objects as listed below.

Data Visualization / Demos

Plots of the global data can be found in the World vignette.

Plots of the Ontario data can be found in the Ontario vignette.

Plots of the Canada data can be found in the Canada vignette.

World

ECDC_owid and sarscov2_ecdc_2019: The fulldata.csv file produced by Our World In Data, loaded as a data.frame, including cumulative cases and deaths for all countries. The first is the untransformed long format, and sarscov2_ecdc_2019 is transformed into wide format similar to sarscov2_who_2019, and renamed with ISO 3-letter country codes with systematic snake case naming. Updated to 2020-10-08.

WHO_SR and sarscov2_who_2019: The transcribed WHO situation reports. The first uses the wordy names from the Situation Reports, and sarscov2_who_2019 uses systmatic ISO 3-letter country code names with systematic snake case naming. Updated up to 2020-04-21 (Situation Reports # 1-92). Note I am not currently able able to keep the WHO Situation Report transcriptions up to date.

Ontario

ON_status: The government of Ontario updates the Ontario testing data (e.g. cumulative case count) and current hospitalization data daily in a .csv file, covidtesting.csv. This object contains that data, with variables renamed. updated as of 2020-10-08.

ON_linelist: The list of confirmed cases provided by the Government of Ontario. Last updated 2020-10-08.

ON_mohreports: This object contains data transcribed from the Public Health Ontario/Ontario Ministry of Health "Epidemiologic Summary" reports, published daily as PDFs from 2020-03-29. It is updated as of 2020-10-08. (Currently with missing dates 09-06 to 09-20)

ON_cumulative (not updated, replaced with ON_status) The source of this data is the official Ontario Government's website. Data is included from page updates that were captured by the Internet Archive where possible. It has been updated to 2020-05-01.

Canada

CAN_govcsv: The government of Canada releases provincial cumulative totals including cases, deaths, and number tested, released as a covid19.csv file. This object contains data from that file transformed into a wide data frame. It is updated as of 2020-10-08.

CAN_cumulative (not updated, replaced with CAN_govscv): Prior to the government's release of data in .csv, this data was scraped from the Canadian Government's website, up to 2020-03-27. After this time, the government started releasing a daily .csv containing the full data (see CAN_govcsv above).

Usage

The package can be installed via devtools::install_github("eebrown/data2019nCoV"). Be sure to reinstall to obtain the latest version as new data is released and old data is corrected.

Once the package is installed and loaded, the data is available in a data.frame object, WHO_SR. This package uses plain lanugage variable names. The data is also available in the object sarscov2_who_2019, which uses more systematic variable names. The latter object also appears in the package outbreaks, though may be slightly less updated there.

Wiki

If you use the data for a project, please consider adding the project link to the wiki. If you verify the data (confirm it to be equivalent to the WHO Situation Reports), please also consider noting that on the wiki. The purpose is to facilitate data analysis in this rapidly evolving pandemic.

Data Structure

Raw/transcribed data are stored as .csv files in the /data-raw directory, e.g. /data-raw/WHO_SR.csv. The scripts that converted the raw data into an R object are in a corresponding .R file in that directory (e.g. /data-raw/WHO_SR.R).

Licence

This package uses freely available data, and itself is freely available with the CC0 licence. Information from WHO may be subject to WHO copyright and terms. The data source and package should be attributed. No warranty is made as to the accuracy of the data or transcription: use at your own risk. Please file an issue if you find any errors.

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].