1) Map Layer 1 (Base)
Select an area to map. This example selected the Borough of Croydon in London.
Access census data via GOV.UK6 to collect the IMD values for each ward within the Borough of Croydon.
Access census data via GOV.UK6 to download the available .shp files for the Borough’s ward boundaries.
Download Mapshaper7 software to convert the ward .shp file into a JSON (JavaScript Object Notation) file.
Download JSON editor to match the ward JSON files with their matching IMD values.
Open JSON editor and insert the relevant code e.g. “IMD”:22.003” to the matching ward’s file to correlate the
ward boundary data with the IMD value for that ward.
Download the Mapbox8 software
Upload the edited JSON ward files to Mapbox8 using the online tutorial to produce an outline of the ward boundary, which will contain the JSON edited IMD value for that ward.
Ward IMD values act as a defining variable to identify differences between wards in the Borough of Croydon.
Group wards based on their IMD values as follows <10, >10/<20, >20/<30, >30/<40, >40.
Assign a colour code to identify variations in ward value by IMD based on the groups above e.g. green and red corresponding to the least and most deprived areas respectively (Figure 1).
2) Map Layer 2 (Case Study 1)
Select a comparator data set to match which contains geographical data e.g. postcode. This example uses the addresses of children aged 5 who have received an Mumps, Measles & Rubella (MMR) vaccination. This data was provided by CUH as part of an approved research study with Kingston University.
If using postcode data, convert to longitudinal and latitudinal values using UK Grid Reference Finder9
Note at this stage, the data are non-anonymised in terms of addresses for study participants. If required to anonymise longitudinal/latitudinal data, upload the data to an excel file format.
Truncate the long/lat values using the =TRUNC function e.g.
=TRUNC (12.12345,3) = 12.123
Save the long/lat value as a CSV (Comma-Separated Values) file.
Upload the CSV file to Mapbox8 to create an overlay to the base map layer that demonstrates vaccination uptake vs ward IMD (Figure 2).
3) Map Layer 3 (Case Study 2)
Data were provided by CUH identifying addresses of the patients with the highest readmission rates within 30 days of discharge for the following conditions: congestive heart failure, rheumatoid arthritis and falls. These data were compared with the distribution of civil service organisations in the Borough of Croydon.
If using postcode data, convert to longitudinal and latitudinal values using UK Grid Reference Finder.9
Note at this stage, the data are non-anonymised in terms of addresses for study participants. If required to anonymise longitudinal/latitudinal data, upload the data to an excel file format.
Truncate the long/lat values using the =TRUNC function e.g.
=TRUNC (12.12345,3) = 12.123
Save the long/lat value as a CSV (Comma-Separated Values) file.
Upload the CSV file to Mapbox8 to create an overlay to the base map layer.
Download the postcodes of registered civil service organisation in the Borough of Croydon.
Convert to longitudinal and latitudinal values using UK Grid Reference Finder.9
Truncation is not required for this data set as the postcodes are not confidential and available in a public domain.
Save the long/lat value as a CSV (Comma-Separated Values) file.
Upload the CSV file to Mapbox8 to create an overlay to the base map layer and health data for readmissions vs distribution of civil service organisation (Figure 3).
4) Map Layer 4 (Case Study 3)
To optimise the visualisation of paediatric MMR vaccination uptake by ward within the Borough of Croydon a simple calculation was performed using data provided by CUH.
(Number of children aged 5 who received an MMR vaccination in ward X) - (Total number of children aged 5 eligible to receive an MMR vaccination in ward X) = Number of unvaccinated children in ward X
Using the above calculation, a numerical figure for unvaccinated children can be assigned for each ward as a means to visually identify variance across the Borough of Croydon.
Open JSON editor and insert the relevant code e.g. “vaccination”:50” to the matching ward’s file to correlate the ward boundary data with the vaccination value for that ward, which will replace the previously edited IMD value.
Group wards based on their vaccination values to create distinct categories.
Assign a colour code to identify variations in ward by vaccination value e.g green and red corresponding to the most and least vaccinated areas respectively.
Download the postcodes of registered GP surgeries in the Borough of Croydon
Convert to longitudinal and latitudinal values using UK Grid Reference Finder.9
Truncation is not required for this data set as the postcodes are not confidential and available in a public domain.
Save the long/lat value as a CSV (Comma-Separated Values) file.
Upload the CSV file to Mapbox8 to create an overlay to the base map layer (vaccination values by ward) vs distribution of GP surgeries in the Borough of Croydon (Figure 4)