Repository for my summer bursary scheme with the School of Mathematics at the University of Leeds, summer 2025.
The aim of this project is to use cluster analysis techniques and spatial mapping to investigate how levels of deprivation vary across England.
This project uses the most recent official statistics (June 2025) for English Indices of Deprivation (IoD), published by the Ministry of Housing, Communities & Government (MHCG) in September 2019.
The link to the deployed website is here: https://estubbings.github.io/summer-bursary-project
Adapted from data from the Office for National Statistics licensed under the Open Government Licence v.3.0.
This project is built using Jupyter Book and deployed with GitHub Pages.
To contribute to this project:
git clone
to clone the repository to your local machinepip install -r requirements.txt
ipython kernel install --name=<env name>
jupyter-book build cluster-analysis
This project uses Git Large File Storage (Git LFS) to manage large files such as .geojson
datasets and Jupyter notebooks.
If you haven’t already, install Git LFS:
# macOS
brew install git-lfs
# Debian/Ubuntu
sudo apt install git-lfs
# Windows (use Git Bash or download from https://git-lfs.github.com/)
git lfs install
Then initialise:
git lfs install
Go to your git repository and use the commands:
git lfs track "*.geojson"
git lfs track "*.ipynb"