PabloLeon / model-driven-journalism

0 stars 0 forks source link

TopoJson for NHS areas #7

Closed PabloLeon closed 7 years ago

PabloLeon commented 7 years ago

There doesn't seem to be a ready-made file of boundary data so I will need to create it myself.

We want:

Resources:

http://geoportal.statistics.gov.uk/ https://github.com/topojson/topojson http://mapshaper.org/ https://bost.ocks.org/mike/map/ https://medium.com/@aendrew/creating-topojson-using-d3-v4-10838d1a9538 https://medium.com/@mbostock/command-line-cartography-part-1-897aa8f8ca2c

PabloLeon commented 7 years ago

For the first version ignore Scotland, Wales and NI and simply take the NUTS areas for England and split up London into the HEE areas (https://hee.nhs.uk/hee-your-area).

PabloLeon commented 7 years ago

The level of encoding should be NUTS3, also include Scotland, Wales and Northern Ireland.

http://geoportal.statistics.gov.uk/datasets/473aefdcee19418da7e5dbfdeacf7b90_4?geometry=-96.474%2C42.433%2C84.053%2C61.107

PabloLeon commented 7 years ago

Nuts3 does not match up to the Hee health areas - therefore we do not need those. The map for the prototype only need:

Area of the british isles is : "coordinates": [ [ [ -11.49169921875, 49.82380908513249 ], [ 2.57080078125, 49.82380908513249 ], [ 2.57080078125, 61.13262899079795 ], [ -11.49169921875, 61.13262899079795 ], [ -11.49169921875, 49.82380908513249 ] ]

Roughly centered point: "coordinates": [ -2.5927734375, 54.78801734817893 ]

PabloLeon commented 7 years ago

I need to split this into two files (populated areas and boundaries) and also clean the file a bit...