|
1 | 1 | UTLA_TO_REGION_LOOKUP: dict[str, str] = { |
2 | | - "E06000001": "North East", |
3 | | - "E06000002": "North East", |
4 | | - "E06000003": "North East", |
5 | | - "E06000004": "North East", |
6 | | - "E06000005": "North East", |
7 | | - "E06000006": "North West", |
8 | | - "E06000007": "North West", |
9 | | - "E06000008": "North West", |
10 | | - "E06000009": "North West", |
11 | | - "E06000010": "Yorkshire and The Humber", |
12 | | - "E06000011": "Yorkshire and The Humber", |
13 | | - "E06000012": "Yorkshire and The Humber", |
14 | | - "E06000013": "Yorkshire and The Humber", |
15 | | - "E06000014": "Yorkshire and The Humber", |
16 | | - "E06000015": "East Midlands", |
17 | | - "E06000016": "East Midlands", |
18 | | - "E06000017": "East Midlands", |
19 | | - "E06000018": "East Midlands", |
20 | | - "E06000019": "West Midlands", |
21 | | - "E06000020": "West Midlands", |
22 | | - "E06000021": "West Midlands", |
23 | | - "E06000022": "South West", |
24 | | - "E06000023": "South West", |
25 | | - "E06000024": "South West", |
26 | | - "E06000025": "South West", |
27 | | - "E06000026": "South West", |
28 | | - "E06000027": "South West", |
29 | | - "E06000030": "South West", |
30 | | - "E06000031": "East of England", |
31 | | - "E06000032": "East of England", |
32 | | - "E06000033": "East of England", |
33 | | - "E06000034": "East of England", |
34 | | - "E06000035": "South East", |
35 | | - "E06000036": "South East", |
36 | | - "E06000037": "South East", |
37 | | - "E06000038": "South East", |
38 | | - "E06000039": "South East", |
39 | | - "E06000040": "South East", |
40 | | - "E06000041": "South East", |
41 | | - "E06000042": "South East", |
42 | | - "E06000043": "South East", |
43 | | - "E06000044": "South East", |
44 | | - "E06000045": "South East", |
45 | | - "E06000046": "South East", |
46 | | - "E06000047": "North East", |
47 | | - "E06000049": "North West", |
48 | | - "E06000050": "North West", |
49 | | - "E06000051": "West Midlands", |
50 | | - "E06000052": "South West", |
51 | | - "E06000054": "South West", |
52 | | - "E06000055": "East of England", |
53 | | - "E06000056": "East of England", |
54 | | - "E06000057": "North East", |
55 | | - "E06000058": "South West", |
56 | | - "E06000059": "South West", |
57 | | - "E06000060": "South East", |
58 | | - "E06000061": "East Midlands", |
59 | | - "E06000062": "East Midlands", |
60 | | - "E08000001": "North West", |
61 | | - "E08000002": "North West", |
62 | | - "E08000003": "North West", |
63 | | - "E08000004": "North West", |
64 | | - "E08000005": "North West", |
65 | | - "E08000006": "North West", |
66 | | - "E08000007": "North West", |
67 | | - "E08000008": "North West", |
68 | | - "E08000009": "North West", |
69 | | - "E08000010": "North West", |
70 | | - "E08000011": "North West", |
71 | | - "E08000012": "North West", |
72 | | - "E08000013": "North West", |
73 | | - "E08000014": "North West", |
74 | | - "E08000015": "North West", |
75 | | - "E08000016": "Yorkshire and The Humber", |
76 | | - "E08000017": "Yorkshire and The Humber", |
77 | | - "E08000018": "Yorkshire and The Humber", |
78 | | - "E08000019": "Yorkshire and The Humber", |
79 | | - "E08000021": "North East", |
80 | | - "E08000022": "North East", |
81 | | - "E08000023": "North East", |
82 | | - "E08000024": "North East", |
83 | | - "E08000025": "West Midlands", |
84 | | - "E08000026": "West Midlands", |
85 | | - "E08000027": "West Midlands", |
86 | | - "E08000028": "West Midlands", |
87 | | - "E08000029": "West Midlands", |
88 | | - "E08000030": "West Midlands", |
89 | | - "E08000031": "West Midlands", |
90 | | - "E08000032": "Yorkshire and The Humber", |
91 | | - "E08000033": "Yorkshire and The Humber", |
92 | | - "E08000034": "Yorkshire and The Humber", |
93 | | - "E08000035": "Yorkshire and The Humber", |
94 | | - "E08000036": "Yorkshire and The Humber", |
95 | | - "E08000037": "North East", |
96 | | - "E09000001": "London", |
97 | | - "E09000002": "London", |
98 | | - "E09000003": "London", |
99 | | - "E09000004": "London", |
100 | | - "E09000005": "London", |
101 | | - "E09000006": "London", |
102 | | - "E09000007": "London", |
103 | | - "E09000008": "London", |
104 | | - "E09000009": "London", |
105 | | - "E09000010": "London", |
106 | | - "E09000011": "London", |
107 | | - "E09000013": "London", |
108 | | - "E09000014": "London", |
109 | | - "E09000015": "London", |
110 | | - "E09000016": "London", |
111 | | - "E09000017": "London", |
112 | | - "E09000018": "London", |
113 | | - "E09000019": "London", |
114 | | - "E09000020": "London", |
115 | | - "E09000021": "London", |
116 | | - "E09000022": "London", |
117 | | - "E09000023": "London", |
118 | | - "E09000024": "London", |
119 | | - "E09000025": "London", |
120 | | - "E09000026": "London", |
121 | | - "E09000027": "London", |
122 | | - "E09000028": "London", |
123 | | - "E09000029": "London", |
124 | | - "E09000030": "London", |
125 | | - "E09000031": "London", |
126 | | - "E09000032": "London", |
127 | | - "E09000033": "London", |
128 | | - "E10000003": "East of England", |
129 | | - "E10000006": "North West", |
130 | | - "E10000007": "East Midlands", |
131 | | - "E10000008": "South West", |
132 | | - "E10000011": "South East", |
133 | | - "E10000012": "East of England", |
134 | | - "E10000013": "South West", |
135 | | - "E10000014": "South East", |
136 | | - "E10000015": "East of England", |
137 | | - "E10000016": "South East", |
138 | | - "E10000017": "North West", |
139 | | - "E10000018": "East Midlands", |
140 | | - "E10000019": "East Midlands", |
141 | | - "E10000020": "East of England", |
142 | | - "E10000023": "Yorkshire and The Humber", |
143 | | - "E10000024": "East Midlands", |
144 | | - "E10000025": "South East", |
145 | | - "E10000027": "South West", |
146 | | - "E10000028": "West Midlands", |
147 | | - "E10000029": "East of England", |
148 | | - "E10000030": "South East", |
149 | | - "E10000031": "West Midlands", |
150 | | - "E10000032": "South East", |
151 | | - "E10000034": "West Midlands", |
| 2 | + "E06000001": "North East", # Hartlepool |
| 3 | + "E06000002": "North East", # Middlesborough |
| 4 | + "E06000003": "North East", # Redcar and Cleveland |
| 5 | + "E06000004": "North East", # Stockton-on-Tees |
| 6 | + "E06000005": "North East", # Darlington |
| 7 | + "E06000006": "North West", # Halton |
| 8 | + "E06000007": "North West", # Warrington |
| 9 | + "E06000008": "North West", # Blackburn with Darwen |
| 10 | + "E06000009": "North West", # Blackpool |
| 11 | + "E06000010": "Yorkshire and The Humber", # Kingston upon Hull, City of |
| 12 | + "E06000011": "Yorkshire and The Humber", # East Riding of Yorkshire |
| 13 | + "E06000012": "Yorkshire and The Humber", # North East Lincolnshire |
| 14 | + "E06000013": "Yorkshire and The Humber", # North Lincolnshire |
| 15 | + "E06000014": "Yorkshire and The Humber", # York |
| 16 | + "E06000015": "East Midlands", # Derby |
| 17 | + "E06000016": "East Midlands", # Leicester |
| 18 | + "E06000017": "East Midlands", # Rutland |
| 19 | + "E06000018": "East Midlands", # Nottingham |
| 20 | + "E06000019": "West Midlands", # Herefordshire, County of |
| 21 | + "E06000020": "West Midlands", # Telford and Wrekin |
| 22 | + "E06000021": "West Midlands", # Stoke-on-Trent |
| 23 | + "E06000022": "South West", # Bath and North Somerset |
| 24 | + "E06000023": "South West", # Bristol, City of |
| 25 | + "E06000024": "South West", # North Somerset |
| 26 | + "E06000025": "South West", # South Gloucestershire |
| 27 | + "E06000026": "South West", # Plymouth |
| 28 | + "E06000027": "South West", # Torbay |
| 29 | + "E06000030": "South West", # Swindon |
| 30 | + "E06000031": "East of England", # Peterborough |
| 31 | + "E06000032": "East of England", # Luton |
| 32 | + "E06000033": "East of England", # Southend-on-Sea |
| 33 | + "E06000034": "East of England", # Thurrock |
| 34 | + "E06000035": "South East", # Medway |
| 35 | + "E06000036": "South East", # Bracknell Forest |
| 36 | + "E06000037": "South East", # West Berkshire |
| 37 | + "E06000038": "South East", # Reading |
| 38 | + "E06000039": "South East", # Slough |
| 39 | + "E06000040": "South East", # Windsor and Maidenhead |
| 40 | + "E06000041": "South East", # Wokingham |
| 41 | + "E06000042": "South East", # Milton Keynes |
| 42 | + "E06000043": "South East", # Brighton and Hove |
| 43 | + "E06000044": "South East", # Portsmouth |
| 44 | + "E06000045": "South East", # Southampton |
| 45 | + "E06000046": "South East", # Isle of Wight |
| 46 | + "E06000047": "North East", # County Durham |
| 47 | + "E06000049": "North West", # Cheshire East |
| 48 | + "E06000050": "North West", # Cheshire West and Chester |
| 49 | + "E06000051": "West Midlands", # Shropshire |
| 50 | + "E06000052": "South West", # Cornwall |
| 51 | + "E06000053": "South West", # Isles of Scilly |
| 52 | + "E06000054": "South West", # Wiltshire |
| 53 | + "E06000055": "East of England", # Bedford |
| 54 | + "E06000056": "East of England", # Central Bedforshire |
| 55 | + "E06000057": "North East", # Northumberland |
| 56 | + "E06000058": "South West", # Bournemouth, Christchurch and Poole |
| 57 | + "E06000059": "South West", # Dorset |
| 58 | + "E06000060": "South East", # Buckinghamshire |
| 59 | + "E06000061": "East Midlands", # North Northamptonshire |
| 60 | + "E06000062": "East Midlands", # West Northamptonshire |
| 61 | + "E06000063": "North West", # Cumberland |
| 62 | + "E06000064": "North West", # Westmorland and Furness |
| 63 | + "E06000065": "Yorkshire and The Humber", # North Yorkshire |
| 64 | + "E06000066": "South West", # Somerset |
| 65 | + "E08000001": "North West", # Bolton |
| 66 | + "E08000002": "North West", # Bury |
| 67 | + "E08000003": "North West", # Manchester |
| 68 | + "E08000004": "North West", # Oldham |
| 69 | + "E08000005": "North West", # Rochdale |
| 70 | + "E08000006": "North West", # Salford |
| 71 | + "E08000007": "North West", # Stockport |
| 72 | + "E08000008": "North West", # Tameside |
| 73 | + "E08000009": "North West", # Trafford |
| 74 | + "E08000010": "North West", # Wigan |
| 75 | + "E08000011": "North West", # Knowsley |
| 76 | + "E08000012": "North West", # Liverpool |
| 77 | + "E08000013": "North West", # St. Helens |
| 78 | + "E08000014": "North West", # Sefton |
| 79 | + "E08000015": "North West", # Wirral |
| 80 | + "E08000016": "Yorkshire and The Humber", # Barnsley |
| 81 | + "E08000017": "Yorkshire and The Humber", # Doncaster |
| 82 | + "E08000018": "Yorkshire and The Humber", # Rotherham |
| 83 | + "E08000019": "Yorkshire and The Humber", # Sheffield |
| 84 | + "E08000021": "North East", # Newcastle upon Tyne |
| 85 | + "E08000022": "North East", # North Tyneside |
| 86 | + "E08000023": "North East", # South Tyneside |
| 87 | + "E08000024": "North East", # Sunderland |
| 88 | + "E08000025": "West Midlands", # Birmingham |
| 89 | + "E08000026": "West Midlands", # Coventry |
| 90 | + "E08000027": "West Midlands", # Dudley |
| 91 | + "E08000028": "West Midlands", # Sandwell |
| 92 | + "E08000029": "West Midlands", # Solihull |
| 93 | + "E08000030": "West Midlands", # Walsall |
| 94 | + "E08000031": "West Midlands", # Wolverhampton |
| 95 | + "E08000032": "Yorkshire and The Humber", # Bradford |
| 96 | + "E08000033": "Yorkshire and The Humber", # Calderdale |
| 97 | + "E08000034": "Yorkshire and The Humber", # Kirklees |
| 98 | + "E08000035": "Yorkshire and The Humber", # Leeds |
| 99 | + "E08000036": "Yorkshire and The Humber", # Wakefield |
| 100 | + "E08000037": "North East", # Gateshead |
| 101 | + "E09000001": "London", # City of London |
| 102 | + "E09000002": "London", # Barking and Dagenham |
| 103 | + "E09000003": "London", # Barnet |
| 104 | + "E09000004": "London", # Bexley |
| 105 | + "E09000005": "London", # Brent |
| 106 | + "E09000006": "London", # Bromley |
| 107 | + "E09000007": "London", # Camden |
| 108 | + "E09000008": "London", # Croydon |
| 109 | + "E09000009": "London", # Ealing |
| 110 | + "E09000010": "London", # Enfield |
| 111 | + "E09000011": "London", # Greenwich |
| 112 | + "E09000012": "London", # Hackney |
| 113 | + "E09000013": "London", # Hammersmith and Fulham |
| 114 | + "E09000014": "London", # Harringey |
| 115 | + "E09000015": "London", # Harrow |
| 116 | + "E09000016": "London", # Havering |
| 117 | + "E09000017": "London", # Hillingdon |
| 118 | + "E09000018": "London", # Hounslow |
| 119 | + "E09000019": "London", # Islington |
| 120 | + "E09000020": "London", # Kensington and Chelsea |
| 121 | + "E09000021": "London", # Kingston upon Thames |
| 122 | + "E09000022": "London", # Lambeth |
| 123 | + "E09000023": "London", # Lewisham |
| 124 | + "E09000024": "London", # Merton |
| 125 | + "E09000025": "London", # Newham |
| 126 | + "E09000026": "London", # Redbridge |
| 127 | + "E09000027": "London", # Richmond upon Thames |
| 128 | + "E09000028": "London", # Southwark |
| 129 | + "E09000029": "London", # Sutton |
| 130 | + "E09000030": "London", # Tower Hamlets |
| 131 | + "E09000031": "London", # Waltham Forest |
| 132 | + "E09000032": "London", # Wandsworth |
| 133 | + "E09000033": "London", # Westminster |
| 134 | + "E10000003": "East of England", # Cambridgeshire |
| 135 | + "E10000006": "North West", # |
| 136 | + "E10000007": "East Midlands", # Derbyshire |
| 137 | + "E10000008": "South West", # Devon |
| 138 | + "E10000011": "South East", # East Sussex |
| 139 | + "E10000012": "East of England", # Essex |
| 140 | + "E10000013": "South West", # Gloucestershire |
| 141 | + "E10000014": "South East", # Hampshire |
| 142 | + "E10000015": "East of England", # Hertfordshire |
| 143 | + "E10000016": "South East", # Kent |
| 144 | + "E10000017": "North West", # Lancashire |
| 145 | + "E10000018": "East Midlands", # Leicestershire |
| 146 | + "E10000019": "East Midlands", # Lincolnshire |
| 147 | + "E10000020": "East of England", # Norfolk |
| 148 | + "E10000023": "Yorkshire and The Humber", # |
| 149 | + "E10000024": "East Midlands", # Nottinghamshire |
| 150 | + "E10000025": "South East", # Oxfordshire |
| 151 | + "E10000027": "South West", # |
| 152 | + "E10000028": "West Midlands", # Staffordshire |
| 153 | + "E10000029": "East of England", # Suffolk |
| 154 | + "E10000030": "South East", # Surrey |
| 155 | + "E10000031": "West Midlands", # Warwickshire |
| 156 | + "E10000032": "South East", # West Sussex |
| 157 | + "E10000034": "West Midlands", # Worcestershire |
152 | 158 | } |
0 commit comments