Data sources for OxCOVID19 Database

data_sources

Format

A named list of 6 tibbles of data sources for OxCOVID19 Database

Table nameDescription
epidemiologyTibble of sources for epidemiology table
government_responseTibble of sources for government response table
country_statisticsTibble of sources for country statistics table
mobilityTibble of sources for mobility table
weatherTibble of sources for weather table
administrative_divisionTibble of sources for administrative division table

Source

https://covid19.eng.ox.ac.uk/data_sources.html

Examples

data_sources
#> $epidemiology #> # A tibble: 63 x 5 #> Country `Source code` Source Features `Terms of Use` #> <chr> <chr> <chr> <chr> <chr> #> 1 Australia AUS_C1A covid-19-au.… "tested, confirme… "Strictly for educa… #> 2 Belgium BEL_LE Laurent Esch… "confirmed (count… "CC0 1.0 Universal … #> 3 Belgium BEL_SCI Epistat "" "" #> 4 Brazil BRA_MSHM Ministerio d… "confirmed (count… "CC0 1.0 Universal" #> 5 Canada CAN_GOV Government o… "tested, confirme… "Attribution requir… #> 6 Switzerl… CHE_OPGOV Swiss Canton… "" "CC 4.0" #> 7 Mainland… CHN_ICL MRC Centre f… "confirmed (both … "CC BY NC ND 4.0" #> 8 Germany DEU_JPGG Jan-Philip G… "confirmed, dead" "MIT" #> 9 Spain ESP_MS Ministerio d… "confirmed, dead,… "\"Desnaturalizacio… #> 10 Spain ESP_MSVP Ministerio d… "confirmed, recov… "Apache License 2.0" #> # … with 53 more rows #> #> $government_response #> # A tibble: 1 x 3 #> Source `Example Features` `Terms of Use` #> <chr> <chr> <chr> #> 1 Oxford COVID-19 gover… SchoolClosing, WorkplaceClosing, Cancel… CC BY 4.0 #> #> $country_statistics #> # A tibble: 3 x 2 #> Source `Terms of Use` #> <chr> <chr> #> 1 World Bank CC BY 4.0 #> 2 World Value Survey with permission #> 3 European Value Study with permission #> #> $mobility #> # A tibble: 2 x 4 #> Source `Source code` Features `Terms of Use` #> <chr> <chr> <chr> <chr> #> 1 Google COVID-19 … GOOGLE_MOBILI… transit_stations, residentia… Attribution re… #> 2 Apple Mobility T… APPLE_MOBILITY driving, walking, transit Attribution re… #> #> $weather #> # A tibble: 1 x 3 #> Source `Example Features` `Terms of Use` #> <chr> <chr> <chr> #> 1 Met Office Inform… precip_max_avg, temperature_max_avg,… Open Government Lice… #> #> $administrative_division #> # A tibble: 1 x 3 #> Source `Example Features` `Terms of Use` #> <chr> <chr> <chr> #> 1 GADM Polygons describing geographical area GADM license #>