All Projects → britishredcrosssociety → covid-19-vulnerability

britishredcrosssociety / covid-19-vulnerability

Licence: other
COVID-19 Vulnerability Index for neighbourhoods and Local Authorities in the UK

Programming Languages

HTML
75241 projects
r
7636 projects
Jupyter Notebook
11667 projects
python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to covid-19-vulnerability

covid19-india-data
Publicly available structured COVID-19 data from India, extracted automatically from daily health bulletins published by state governments.
Stars: ✭ 22 (-26.67%)
Mutual labels:  covid-19
impf-progress-bot
The script that runs the impf_progress Twitter account, tweeting German vaccination updates
Stars: ✭ 18 (-40%)
Mutual labels:  covid-19
cotect
🛡Crowd-sourced COVID-19 reporting and assessment system.
Stars: ✭ 14 (-53.33%)
Mutual labels:  covid-19
CoronaVirusOutbreakAPI
A tiny and small program to crawler and analyze outbreak of COVID-19 in world and every country using PHP.
Stars: ✭ 20 (-33.33%)
Mutual labels:  covid-19
ventilator
Open source turbine based medical ventilator developed by CRUX (www.cruxbd.com)
Stars: ✭ 21 (-30%)
Mutual labels:  covid-19
COVID-19-Greece
A python-generated website for visualizing the novel coronavirus (COVID-19) data for Greece.
Stars: ✭ 21 (-30%)
Mutual labels:  covid-19
ios
CoThings's iOS application. CoThings is a realtime counter for shared things.
Stars: ✭ 13 (-56.67%)
Mutual labels:  covid-19
covid
MolSSI SARS-CoV-2 Biomolecular Simulation Data and Algorithm Store
Stars: ✭ 24 (-20%)
Mutual labels:  covid-19
covid19-br-info
Coronavirus frontend info about Brazil's states and cities
Stars: ✭ 12 (-60%)
Mutual labels:  covid-19
1 011 a infektionsfall uebermittellung
This repository is deprecated and has not been maintained for months!
Stars: ✭ 23 (-23.33%)
Mutual labels:  covid-19
Covid-19-API
A realtime API for coronavirus cases on Heroku. Data automatically updated every 10 minutes!
Stars: ✭ 59 (+96.67%)
Mutual labels:  covid-19
COVID-19-STAT
A web application to keep track of COVID-19 numbers & growth across the world
Stars: ✭ 19 (-36.67%)
Mutual labels:  covid-19
nl-covid19-notification-app-community-website
Community website COVID-19 notificatieapp
Stars: ✭ 17 (-43.33%)
Mutual labels:  covid-19
cowin-vaccine-booking
The app enables tracking coivid vaccine availability and automatically book a vaccination slot. This is based on Cowin API and supports the recently added Captcha code of Cowin.
Stars: ✭ 150 (+400%)
Mutual labels:  covid-19
COVID-19-Tweet-Classification-using-Roberta-and-Bert-Simple-Transformers
Rank 1 / 216
Stars: ✭ 24 (-20%)
Mutual labels:  covid-19
covid-ar
🌍📊 Data Visualization for COVID-19 in AR
Stars: ✭ 21 (-30%)
Mutual labels:  covid-19
citf-public
Official data on Malaysia's National Covid-​19 Immunisation Programme (PICK). Powered by MySejahtera.
Stars: ✭ 495 (+1550%)
Mutual labels:  covid-19
ImmunoLynk
[Lumiata COVID-19 Winner] COVID Immunity testing results registered to the Blockchain for healthcare safety.
Stars: ✭ 17 (-43.33%)
Mutual labels:  covid-19
drugstores
Provide Covid-19 information in Taiwan.
Stars: ✭ 37 (+23.33%)
Mutual labels:  covid-19
shiny-dailyRe
R app for daily Covid-19 Re estimates
Stars: ✭ 18 (-40%)
Mutual labels:  covid-19



Contributor Covenant

Overview

The purpose of the index is to identify UK areas vulnerable to the effects of COVID-19. To achieve this, sources of (mostly) open data have been combined and vulnerability scores computed for various geographical areas.

Geographical areas

Vulnerability scores have been computed at the local authority (LA), ward, and middle super output area (MSOA) level. This is to allow different levels of geographical analysis. LA's are the largest geographical areas, followed by wards, and then MSOA's. The difference in areas between LA's and MSOA's can be visualised in the maps below (notice the shapes areas):

Vulnerability scores

To calculate vulnerability scores, presented as quintiles and deciles in the above maps (more on that soon), a variety of indicators were collected (e.g., asthma prevalence rate). These indicators were then grouped into four domains depending on the information they captured:

  • Clinical (underlying health conditions)
  • Health and wellbeing (including mental health and loneliness)
  • Economic
  • Social (including barriers to housing and services, poor living environment)

A score for each domain was then computed. To account for correlation among indicators in a given domain, unsupervised machine learning methods (maximum likelihood factor analyis and principal component analysis) were used to weight indicators during the computation. A list of indicators and their domains can be found in this metadata file.

The four domain scores were then combined to produce an overall vulnerability score (currently the domains are combined with equal weighting). This score is then ranked and quantised (split into groups, each containing the same fraction of the total population). The quantisation is at quintiles for LA level indicators and deciles for MSOA level indicators, with the first quintile/decile equaling the least vulnerable. The whole process of computing a vulnerability sore can be visualised in the below diagram:

There's more information about our approach, current indicators and data sources, and forthcoming vulnerabilities in this open document.

Usage

The vulnerability index can be viewed on this interactive map: https://britishredcross.maps.arcgis.com/apps/webappviewer/index.html?id=4b599f94d2d04d6496cc8b2d89911f62

It can also be viewed as static files:

Alternatively, if you would rather run the code to generate the vulnerability index ouput, you will need to install R and ideally RStudio. Run the following to install all necessary packages:

install.packages(c("tidyverse", "readxl", "janitor", "xml2", "Hmisc", "sf", "rmapshaper", "httr", "classInt", "RCurl", "jsonlite", "broom"))
  • Run the code in create vulnerability index - MSOA.r to create the overall index for Middle Layer Super Output Areas
  • Run the code in create vulnerability index - LA.r to create the overall index for Local Authorities (this aggregates the Index from MSOAs up into LAs and adds in a few other LA-level indicators)
  • Run the code in create vulnerability index - wards.r to create the overall index for Wards (this aggregates the Index from MSOAs up into Wards)

Contributing

To contribute to this project, please follow GitHub Flow when submitting changes.

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Credits

Designed and developed by Matt Thomas and Ellen Gordon at the British Red Cross.

With contributions from

Contains public sector information licensed under the Open Government Licence v3.0.

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