updated readme

This commit is contained in:
Jeremy Kidwell 2022-03-21 17:17:25 +00:00
parent 7b71413590
commit 6c367d3392

View file

@ -1,2 +1,7 @@
# uk_census_shapes_clipped # UK Census Polygons - Clipped!
R Script used to clip UK census admin polygons to buildings layer from Ordnance Survey
Choropleth visualisations of data can often end up visually misleading in that they colour in polygons which contain vast tracts of uninhabited land. A more accurate visual communication can be achieved by clipping administrative polygons to data on the presence of buildings, that is, only using choropleth shading for areas which are inhabited.
It is time consuming to produce this data, so I have done so programatically and uploaded the resulting geopackage files to a public repository for easy re-use for reproducible research.
The files in this repository are only the code used to produce those files. Separate licenses apply to that data etc.