This is a first attempt at plotting maps of London and England and Wales using public data sets.
I have done this with R.
The datasets are publicly available - here stored as .xlsx but can be imported as JSON from the API
- The England/Wales IMD data
- The LSOA shape data for England/Wales
- The LSOA boundaries for London
R packages used:
- httr
- jsonlite
- readxl
- ggplot
- sf