Skip to content

Geospatial Visualisation of the TPA's Town Hall Rich List, across the past 10 years

Notifications You must be signed in to change notification settings

groegercesg/TownHallRichList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TownHallRichList

!!! Updated for 2024 !!!

About

The TownHallRichList is the most comprehensive list of council employees in the UK in receipt of over £100,000 in total remuneration in a single financial year. This has been created for the past 16 years by the TaxPayers' Alliance, a pressure group whose aim is to bring about a low-tax society. With a poor reputation when it comes to funding transparency, the group is often disparaged as being affliated with the Conservative party.

Nonetheless, the data appears to be wholly accurate, formed of FOI requests and published data. In the Results section, I present a geospatial visualisation of the data across the past 10 years; this highlights the sheer and growing number of council employees who earn over £100,000. This number being over 3 times larger than an average full-time employee in the UK.

Results

Visualisation of data from the Past 11 Years:

Town Hall Rich List Past 11

Map of the 2024 data:

Town Hall Rich List 2024

Process

First, I downloaded the raw data and stored in the data folder. Next I process it into an acceptable format and store it as .pkl in the pickles folder; the code for this can be found in data_clean.ipynb.

With the processed data we can create maps from it, and sandwich multiple of these maps together to create GIFs. The code for doing this can be seen in map_create.ipynb

Setup

Setup the Environment

We use Python 3.10.9, it should work with different more recent versions as well.

Create the virtual environment and source it. Then install the packages required.

python3 -m venv "thrl_env"
source thrl_env/bin/activate
pip install -r requirements.txt

Get the Shapefiles

The repository doesn't come with them, due to them being ~70MB, these can be sourced from here

And put them into a folder called shapefiles

Development stuff

Update requirements

pip freeze > requirements.txt

About

Geospatial Visualisation of the TPA's Town Hall Rich List, across the past 10 years

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published