| Literature DB >> 33927237 |
Adam Mahdi1, Piotr Błaszczyk2, Paweł Dłotko3,4, Dario Salvi5, Tak-Shing Chan4, John Harvey4, Davide Gurnari6, Yue Wu7,8, Ahmad Farhat9, Niklas Hellmer4, Alexander Zarebski10, Bernie Hogan11, Lionel Tarassenko12.
Abstract
Oxford COVID-19 Database (OxCOVID19 Database) is a comprehensive source of information related to the COVID-19 pandemic. This relational database contains time-series data on epidemiology, government responses, mobility, weather and more across time and space for all countries at the national level, and for more than 50 countries at the regional level. It is curated from a variety of (wherever available) official sources. Its purpose is to facilitate the analysis of the spread of SARS-CoV-2 virus and to assess the effects of non-pharmaceutical interventions to reduce the impact of the pandemic. Our database is a freely available, daily updated tool that provides unified and granular information across geographical regions. Design type Data integration objective Measurement(s) Coronavirus infectious disease, viral epidemiology Technology type(s) Digital curation Factor types(s) Sample characteristic(s) Homo sapiens.Entities:
Year: 2021 PMID: 33927237 PMCID: PMC8084933 DOI: 10.1038/s41598-021-88481-4
Source DB: PubMed Journal: Sci Rep ISSN: 2045-2322 Impact factor: 4.379
Figure 1The main types of data categories included in the OxCOVID19 Database.
Figure 2Sample data for Italy demonstrating the data types that are provided by OxCOVID19 Database. (A) the cumulative number of deaths through time with two time points (corresponding to 1st of April and 1st of June) indicated by dashed lines. (B) the intervention stringency, which is further stratified by the precise type of non-pharmaceutical interventions[4]. (C) the relative mobility for workplace activity from Google, the dashed line corresponds to parity with historical values. Panel (D) the spatial distribution of the cumulative number of deaths across Italy on the April 1 and June 1, 2020, which corresponds to the dashed lines in (A). The choropleth map of Italy was generated with R (https://www.R-project.org, version 4.0.2)[16]. The spatial geometries were obtained using GADMTools[17] and the figures were generated using ggplot2 (https://ggplot2.tidyverse.org, version 3.3.2)[18] and ggspatial (https://CRAN.R-project.org/package=ggspatial, version 1.1.3)[19].
Figure 3System architecture for OxCOVID19 Database.
Schema for ADMINISTRATIVE_DIVISIONS table.
| Name | Type | Description |
|---|---|---|
| Gid | Array | Unique geographical ID, for more details see gadm.org |
| Country | Varchar | English name for the country |
| Countrycode | Varchar | ISO 3166-1 alpha-3 country codes |
| Countrycode_alpha2 | Varchar | ISO 3166-1 alpha-2 country codes |
| Adm_area_1 | Varchar | Level-1 administrative country subdivision |
| Adm_area_1_code | Varchar | First-level administrative country code subdivision |
| Adm_area_2 | Varchar | Level-2 administrative country subdivision |
| Adm_area_2_code | Varchar | Second-level administrative country code subdivision |
| Adm_area_3 | Varchar | Level-3 administrative country subdivision |
| Adm_area_3_code | Varchar | Third-level administrative country code subdivision |
| Adm_level | Integer | 0—for countries level, 1—for regions etc. |
| Latitude | Float | Geographic coordinate of region’s centroid |
| Longtitude | Float | Geographic coordinate of region’s centroid |
| Properties | json | Additional attributes describing region |
| Geometry | Geometry | Polygon describing geographical area |
Schema for EPIDEMIOLOGY table.
| Name | Type | Description |
|---|---|---|
| Source | Varchar | Specify data source |
| Date | Date | Day of the statistics |
| Gid | Array | Unique geographical ID, for more details see gadm.org |
| Country | Varchar | English name for the country |
| Countrycode | Varchar | ISO 3166-1 alpha-3 country codes |
| Adm_area_1 | Varchar | Level-1 administrative country subdivision |
| Adm_area_2 | Varchar | Level-2 administrative country subdivision |
| Adm_area_3 | Varchar | Level-3 administrative country subdivision |
| Tested | Int | Number of people tested |
| Confirmed | Int | Number of confirmed cases |
| Dead | Int | Number of deaths |
| Recovered | Int | Number of confirmed who recovered |
| Hospitalised | Int | Number of confirmed who are/have been hospitalised |
| Hospitalised_icu | Int | Number of confirmed who are/have been in the intensive care |
| Quarantined | Int | Number of confirmed with home quarantine |
Schema for GOVERNMENT_RESPONSE table.
| Name | Type | Description |
|---|---|---|
| Source | Varchar | Specify data source |
| Date | Date | Day of the statistics |
| Gid | Array | Unique geographical ID, for more details see gadm.org |
| Country | Varchar | English name for the country |
| Countrycode | Varchar | ISO 3166-1 alpha-3 country codes |
| Adm_area_1 | Varchar | Level-1 administrative country subdivision |
| Adm_area_2 | Varchar | Level-2 administrative country subdivision |
| Adm_area_3 | Varchar | Level-3 administrative country subdivision |
| c1_school_closing | Integer | Record closings of schools and universities |
| c1_flag | Integer | Binary flag for geographic scope |
| c2_workplace_closing | Integer | Record closings of workplaces |
| c2_flag | Integer | Binary flag for geographic scope |
| c3_cancel_public_events | Integer | Record cancelling public events |
| c3_flag | Integer | Binary flag for geographic scope |
| c4_restrictions_on_gatherings | Integer | Record limits on private gatherings |
| c4_flag | Integer | Binary flag for geographic scope |
| c5_close_public_transport | Integer | Record closing of public transport |
| c5_flag | Integer | Binary flag for geographic scope |
| c6_stay_at_home_requirements | Integer | Record orders to “shelter-in-place” and otherwise confine to the home |
| c6_flag | Integer | Binary flag for geographic scope |
| c7_restrictions_on_internal_movement | Integer | Record restrictions on internal movement between cities/regions |
| c7_flag | Integer | Binary flag for geographic scope |
| c8_international_travel_controls | Integer | Record restrictions on international travel. Note: this records policy for foreign travellers, not citizens |
| e1_income_support | Integer | Record if the government is providing direct cash payments to people who lose their jobs or cannot work. Note: only includes payments to firms if explicitly linked to payroll/salaries |
| e1_flag | integer | Binary flag for geographic scope |
| e2_debtcontract_relief | Integer | Record if the government is freezing financial obligations for households (eg stopping loan repayments, preventing services like water from stopping, or banning evictions) |
| e3_fiscal_measures | Float | Announced economic stimulus spending. Note: only record amount additional to previously announced spending |
| e4_international_support | Float | Announced offers of Covid-19 related aid spending to other countries. Note: only record amount additional to previously announced spending |
| h1_public_information_campaigns | Integer | Record presence of public info campaigns |
| h1_flag | Integer | Binary flag for geographic scope |
| h2_testing_policy | Integer | Record government policy on who has access to testing. Note: this records policies about testing for current infection (PCR tests) not testing for immunity (antibody test) |
| Continued | ||
| h3_contact_tracing | Integer | Record government policy on contact tracing after a positive diagnosis. Note: we are looking for policies that would identify all people potentially exposed to Covid-19; voluntary bluetooth apps are unlikely to achieve this |
| h4_emergency_investment_in_healthcare | Float | Announced short term spending on healthcare system, e.g. hospitals, masks, etc. Note: only record amount additional to previously announced spending |
| h5_investment_in_vaccines | Float | Announced public spending on Covid-19 vaccine development. Note: only record amount additional to previously announced spending |
| m1_wildcard | Varchar | Record policy announcements that do not fit anywhere else |
| Stringency_index | Float | Calculated as a function of the individual indicators. |
| Stringency_indexfordisplay | Float | Calculated as a function of the individual indicators. |
| Stringency_legacy_index | Float | Calculated as a function of the individual indicators. |
| Stringency_legacy_indexfordisplay | Float | Calculated as a function of the individual indicators. |
| Government_response_index | Float | Calculated as a function of the individual indicators. |
| Government_response_index_for_display | Float | Calculated as a function of the individual component indicators. |
| Containment_health_index | Float | Calculated as a function of the individual indicators. |
| Containment_health_index_for_display | Float | Calculated as a function of the individual indicators. |
| Economic_support_index | Float | Calculated as a function of the individual indicators. |
| Economic_support_index_for_display | Float | Calculated as a function of the individual indicators. |
| Actions | jsonb | Raw response from Covid Tracker API containing all above indicators with full description stored in JSON format. |
Schema for MOBILITY table.
| Name | Type | Short description |
|---|---|---|
| Source | Varchar | Specify data source |
| Date | Date | Day of the statistics |
| Gid | Array | Unique geographical ID, for more details see gadm.org |
| Country | Varchar | English name for the country |
| Countrycode | Varchar | ISO 3166-1 alpha-3 country codes |
| Adm_area_1 | Varchar | Level-1 administrative country subdivision |
| Adm_area_2 | Varchar | Level-2 administrative country subdivision |
| Adm_area_3 | Varchar | Level-3 administrative country subdivision |
| Transit_stations | Float | Mobility trends reported by Google for transit stations |
| Residential | Float | Mobility trends reported by Google for places of residence |
| Workspace | Float | Mobility trends reported by Google for places of work |
| Parks | Float | Mobility trends reported by Google for places like parks, national parks, public beaches, marinas, dog parks, plazas and public gardens |
| Retail_recreation | Float | Mobility trends reported Google for places like restaurants, cafes, shopping centers, theme parks, museums, libraries, and movie theaters |
| Grocery_pharmacy | Float | Mobility trends reported by Google for places like grocery markets, food warehouses, farmers markets, specialty food shops, drug stores, and pharmacies |
| Transit | Float | The change in volume reported by Apple of people taking public transit in their communities |
| Walking | Float | The change in volume reported by Apple of people walking in their communities |
| Driving | Float | The change in volume reported by Apple of people driving taking public transit in their communities |
Schema for WEATHER table.
| Name | Type | Description |
|---|---|---|
| Source | Varchar | Specify data source |
| Date | Date | Day of the statistics |
| Gid | Array | Unique geographical ID, for more details see gadm.org |
| Country | Varchar | English name for the country |
| Countrycode | Varchar | ISO 3166-1 alpha-3 country codes |
| Adm_area_1 | Varchar | Level-1 administrative country subdivision |
| Adm_area_2 | Varchar | Level-2 administrative country subdivision |
| Adm_area_3 | Varchar | Level-3 administrative country subdivision |
| Samplesize | Int | Number of grid points |
| Precipitation_max_avg | Float | Average of the daily maximum precipitation |
| Precipitation_max_std | Float | Standard deviation of the daily maximum precipitation |
| Precipitation_mean_avg | Float | Average of the daily mean precipitation |
| Precipitation_mean_std | Float | Standard deviation of the daily mean precipitation |
| Humidity_max_avg | Float | Average of the daily maximum specific humidity |
| Humidity_max_std | Float | Standard deviation of the daily maximum specific humidity |
| Humidity_mean_avg | Float | Average of the daily mean specific humidity |
| Humidity_mean_std | Float | Standard deviation of the daily mean specific humidity |
| Humidity_min_avg | Float | Average of the daily minimum specific humidity |
| Humidity_min_std | Float | Standard deviation of the daily minimum specific humidity |
| Sunshine_max_avg | Float | Average of the daily maximum short wave radiation |
| Sunshine_max_std | Float | Standard deviation of the daily maximum short wave radiation |
| Sunshine_mean_avg | Float | Average of the daily minimum short wave radiation |
| Sunshine_mean_std | Float | Standard deviation of the daily minimum short wave radiation |
| Temperature_max_avg | Float | Average of the daily maximum temperature |
| Temperature_max_std | Float | Standard deviation of the daily maximum temperature |
| Temperature_mean_avg | Float | Average of the daily mean temperature |
| Temperature_mean_std | Float | Standard deviation of the daily mean temperature |
| Temperature_min_avg | Float | Average of the daily minimum temperature |
| Temperature_min_std | Float | Standard deviation of the daily minimum temperature |
| Windgust_max_avg | Float | Average of the daily maximum wind gust |
| Windgust_max_std | Float | Standard deviation of the daily maximum wind gust |
| Windgust_mean_avg | Float | Average of the daily mean wind gust |
| Windgust_mean_std | Float | Standard deviation of the daily mean wind gust |
| Windgust_min_avg | Float | Average of the daily minimum wind gust |
| Windgust_min_std | Float | Standard deviation of the daily minimum wind gust |
| Windspeed_max_avg | Float | Average of the daily maximum wind speed |
| Windspeed_max_std | Float | Standard deviation of the daily maximum wind speed |
| Windspeed_mean_avg | Float | Average of the daily mean wind speed |
| Windspeed_mean_std | Float | Standard deviation of the daily mean wind speed |
| Windspeed_min_avg | Float | Average of the daily minimum wind speed |
| Windspeed_min_std | Float | Standard deviation of the daily minimum wind speed |
| Cloudaltitude_max_valid | Float | Percentage of points with a valid value of cloudaltitude_max |
| Cloudaltitude_max_avg | Float | Average of the daily maximum cloud base altitude |
| Cloudaltitude_max_std | Float | Standard deviation of the daily maximum cloud base altitude |
| Cloudaltitude_min_valid | Float | Percentage of points with a valid value of cloudaltitude_min |
| Cloudaltitude_min_avg | Float | Average of the daily minimum cloud base altitude |
| Cloudaltitude_min_std | Float | Standard deviation of the daily minimum cloud base altitude |
| Cloudaltitude_mean_valid | Float | Percentage of points with a valid value of cloudaltitude_mean |
| Cloudaltitude_mean_avg | Float | Average of the daily mean cloud base altitude |
| Cloudaltitude_mean_std | Float | Standard deviation of the daily mean cloud base altitude |
| Cloudfrac_max_avg | Float | Average of the daily maximum cloud area fraction |
| Cloudfrac_max_std | Float | Standard deviation of the daily maximum cloud area fraction |
| Cloudfrac_min_avg | Float | Average of the daily minimum cloud area fraction |
| Cloudfrac_min_std | Float | Standard deviation of the daily minimum cloud area fraction |
| Cloudfrac_mean_avg | Float | Average of the daily mean cloud area fraction |
| Cloudfrac_mean_std | Float | Standard deviation of the daily mean cloud area fraction |
Schema for WORLD_BANK table.
| Name | Type | Description |
|---|---|---|
| Source | Varchar | Specify data source |
| Gid | Array | Unique geographical ID, for more details see gadm.org |
| Country | Varchar | English name for the country |
| Countrycode | Varchar | ISO 3166-1 alpha-3 country codes |
| Adm_area_1 | Varchar | Level-1 administrative country subdivision |
| Adm_area_2 | Varchar | Level-2 administrative country subdivision |
| Adm_area_3 | Varchar | Level-3 administrative country subdivision |
| Indicator_name | Varchar | Description of the indicator |
| Indicator_code | Varcar | World Bank indicator code |
| Value | Float | Most recent non-empty value |
| Year | Int | Year of the most recent value |
Schema for SURVEYS table.
| Name | Type | Description |
|---|---|---|
| Source | Varchar | Data source of the survey |
| Wave | Varchar | Wave period of the survey |
| Gid | Array | Unique geographical ID, for more details see gadm.org |
| Country | Varchar | English name for the country |
| Countrycode | Varchar | ISO 3166-1 alpha-3 country codes |
| Adm_area_1 | Varchar | Level-1 administrative country subdivision |
| Adm_area_2 | Varchar | Level-2 administrative country subdivision |
| Adm_area_3 | Varchar | Level-3 administrative country subdivision |
| Samplesize | Int | Number of questions |
| Properties | Dict | Dictionary containing the region/country statistics. |
| Design type | Data integration objective |
| Measurement(s) | Coronavirus infectious disease, viral epidemiology |
| Technology type(s) | Digital curation |
| Factor types(s) | |
| Sample characteristic(s) | Homo sapiens |