martinjc / UK-GeoJSON

GeoJSON versions of UK Boundary Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Covid related boundaries (England)

TimeBandit opened this issue · comments

Hello I am new to font end dev and very new to all things related to GIS. While I am stuck at home I though it would be good practice to map the regional covid data. I was pointed in the direction of your excellent topjson for English local authority districts (LADs) but I can now see that some regional data that the UK government releases encompasses a few LADs.

For example Cumbria E10000006 in the government data is the following in your topojson:
E07000027 Barrow-in-Furness
E07000031 South Lakeland
E07000026 Allerdale
E07000028 Carlisle
E07000030 Eden
E07000029 Copeland

Once I have a one to one mapping between the two data set I should be set. The full list of regions not in your topo are:
{ "lad": "Cumbria", "GSS_CD": "E10000006" },
{ "lad": "Buckinghamshire", "GSS_CD": "E10000002" },
{ "lad": "Hampshire", "GSS_CD": "E10000014" },
{ "lad": "Derbyshire", "GSS_CD": "E10000007" },
{ "lad": "Oxfordshire", "GSS_CD": "E10000025" },
{ "lad": "Hertfordshire", "GSS_CD": "E10000015" },
{ "lad": "Surrey", "GSS_CD": "E10000030" },
{ "lad": "Nottinghamshire", "GSS_CD": "E10000024" },
{ "lad": "Devon", "GSS_CD": "E10000008" },
{ "lad": "Leicestershire", "GSS_CD": "E10000018" },
{ "lad": "Gloucestershire", "GSS_CD": "E10000013" },
{ "lad": "Cambridgeshire", "GSS_CD": "E10000003" },
{ "lad": "Bournemouth, Christchurch and Poole", "GSS_CD": "E06000058" },
{ "lad": "North Yorkshire", "GSS_CD": "E10000023" },
{ "lad": "Northamptonshire", "GSS_CD": "E10000021" },
{ "lad": "Essex", "GSS_CD": "E10000012" },
{ "lad": "Staffordshire", "GSS_CD": "E10000028" },
{ "lad": "Lancashire", "GSS_CD": "E10000017" },
{ "lad": "Warwickshire", "GSS_CD": "E10000031" },
{ "lad": "West Sussex", "GSS_CD": "E10000032" },
{ "lad": "Somerset", "GSS_CD": "E10000027" },
{ "lad": "Suffolk", "GSS_CD": "E10000029" },
{ "lad": "Dorset", "GSS_CD": "E06000059" },
{ "lad": "Kent", "GSS_CD": "E10000016" },
{ "lad": "East Sussex", "GSS_CD": "E10000011" },
{ "lad": "Worcestershire", "GSS_CD": "E10000034" },
{ "lad": "Norfolk", "GSS_CD": "E10000020" },
{ "lad": "Lincolnshire", "GSS_CD": "E10000019" }

It would really help to get one. However someone could tell me how I could make it myself I am quite happy to share it with everyone. I suspect that it's not a trivial task but if the government is recording cases in these regions then the topo must exist somewhere

Thanks!