Skip to content

Commit

Permalink
fix(ONPSD Aug 2023): Update districts
Browse files Browse the repository at this point in the history
  • Loading branch information
cblanc committed Aug 24, 2023
1 parent 25db52b commit d78cc76
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 19 deletions.
25 changes: 7 additions & 18 deletions data/districts.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,17 +58,15 @@
"E06000060": "Buckinghamshire",
"E06000061": "North Northamptonshire",
"E06000062": "West Northamptonshire",
"E06000063": "Cumberland",
"E06000064": "Westmorland and Furness",
"E06000065": "North Yorkshire",
"E06000066": "Somerset",
"E07000008": "Cambridge",
"E07000009": "East Cambridgeshire",
"E07000010": "Fenland",
"E07000011": "Huntingdonshire",
"E07000012": "South Cambridgeshire",
"E07000026": "Allerdale",
"E07000027": "Barrow-in-Furness",
"E07000028": "Carlisle",
"E07000029": "Copeland",
"E07000030": "Eden",
"E07000031": "South Lakeland",
"E07000032": "Amber Valley",
"E07000033": "Bolsover",
"E07000034": "Chesterfield",
Expand Down Expand Up @@ -170,13 +168,6 @@
"E07000147": "North Norfolk",
"E07000148": "Norwich",
"E07000149": "South Norfolk",
"E07000163": "Craven",
"E07000164": "Hambleton",
"E07000165": "Harrogate",
"E07000166": "Richmondshire",
"E07000167": "Ryedale",
"E07000168": "Scarborough",
"E07000169": "Selby",
"E07000170": "Ashfield",
"E07000171": "Bassetlaw",
"E07000172": "Broxtowe",
Expand All @@ -189,9 +180,6 @@
"E07000179": "South Oxfordshire",
"E07000180": "Vale of White Horse",
"E07000181": "West Oxfordshire",
"E07000187": "Mendip",
"E07000188": "Sedgemoor",
"E07000189": "South Somerset",
"E07000192": "Cannock Chase",
"E07000193": "East Staffordshire",
"E07000194": "Lichfield",
Expand Down Expand Up @@ -238,7 +226,6 @@
"E07000243": "Stevenage",
"E07000244": "East Suffolk",
"E07000245": "West Suffolk",
"E07000246": "Somerset West and Taunton",
"E08000001": "Bolton",
"E08000002": "Bury",
"E08000003": "Manchester",
Expand Down Expand Up @@ -308,7 +295,9 @@
"E09000031": "Waltham Forest",
"E09000032": "Wandsworth",
"E09000033": "Westminster",
"LAD21CD": "LAD21NM",
"L99999999": "Channel Islands",
"LAD23CD": "LAD23NM",
"M99999999": "Isle of Man",
"N09000001": "Antrim and Newtownabbey",
"N09000002": "Armagh City, Banbridge and Craigavon",
"N09000003": "Belfast",
Expand Down
2 changes: 1 addition & 1 deletion data/scripts/districts.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const LA_UA_NAMES_transform = (row) => {

const configs = [
{
file: "LA_UA names and codes UK as at 04_21.csv",
file: "LA_UA names and codes UK as at 04_23.csv",
transform: LA_UA_NAMES_transform,
parseOptions: {
delimiter: ",",
Expand Down

0 comments on commit d78cc76

Please sign in to comment.