In this blog post, I'll talk about how I map the Campaign for Real Ale (CAMRA) branches using Leaflet and data from the Office for National Statistics (ONS). This blog post will receive later updates due to its immaturity and its currently unfit-for-purpose implementation. But I thought I'd write down what I'm doing now and how I want to change it to make it more accurate.

Having used various mapping frameworks, libraries, and postcode data in the past, in the form of Leafletjs, QGIS, and Office for National Statistics Postcode Directory (ONSPD) data, I stepped up to the plate when Graham Donning, a longtime CAMRA officer, emailed us a Discourse (CAMRA's forum) post about a CAMRA project to map branch boundaries where Phil Vickers, Administrative Office of Staffordshire, had already used QGIS to map the West Midlands region, comprising of 26 branches.

Based on this, I used a website called Find that Postcode to gather GeoJSON coordinate data, which uses data from the Office for National Statistics, Ordnance Survey, and Royal Mail, and cross-referenced the Office for National Statistics Postcode Directory to manually correlate wards and local authorities to CAMRA branches, which, with the help of a quick NodeJS script I wrote, enabled me to whip up a quick example of the current 9 branches within the Greater Manchester region (with a few caviates and errors).

Before I aknolwedge the current errors in mapping certain branches, one of my plans is to gather what postcodes CAMRA considers under the authority of branches and use GeoJSON coordinate data from Mark Longair, who wrote a blog post on "Open Data GB Postcode Unit Boundaries," which will integrate into my current codebase without too many adaptations.

For the Central Manchester branch, I am using an INACTIVE ward, E05000697, which was active from January 2009 to May 2018. For the Office for National Statistics Postcode Directory data, I could find no instances of data for North East Cheshire (for the High Peak, Tameside, and North East Cheshire branch), South Manchester (for the Stockport and South Manchester branch), or the entirety of the South-East Lancashire branch, the latter of which can be explained by the fact that it only existed as a parliament constituency between 1868 and 1885, which fits within when CAMRA was first founded in 1971.

Current Website: https://camra-branches.netlify.app/

Current Code: https://github.com/Sean12697/CAMRA-Branch-Map