mirror of
https://github.com/kidwellj/uk_census_shapes_clipped.git
synced 2026-08-25 19:54:54 +00:00
added postcode_areas
This commit is contained in:
parent
fa803798c4
commit
fbccb533a0
2 changed files with 74 additions and 3 deletions
45
README.md
45
README.md
|
|
@ -4,4 +4,47 @@ Choropleth visualisations of data can often end up visually misleading in that t
|
|||
|
||||
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.
|
||||
The files in this repository are only the code used to produce those files. Separate licenses apply to that data etc.
|
||||
|
||||
Data derived from these computations can be found [on zenodo](https://zenodo.org/deposit/6395804).
|
||||
|
||||
Please note, final clipping doesn't seem to work in R on the current version, so I am finishing these using `difference` in QGIS. Output with versions used is as follows:
|
||||
|
||||
|
||||
```
|
||||
QGIS version: 3.16.15-Hannover
|
||||
QGIS code revision: e7fdad6431
|
||||
Qt version: 5.14.2
|
||||
GDAL version: 3.2.1
|
||||
GEOS version: 3.9.1-CAPI-1.14.2
|
||||
PROJ version: Rel. 6.3.2, May 1st, 2020
|
||||
Processing algorithm…
|
||||
Algorithm 'Difference' starting…
|
||||
Input parameters:
|
||||
{ 'INPUT' : 'infuse_dist_lyr_2011_simplified_100m.gpkg|layername=infuse_dist_lyr_2011_simplified_100m', 'OUTPUT' : 'infuse_dist_lyr_2011_simplified_100m_buildings_simplified.gpkg', 'OVERLAY' : 'infuse_dist_lyr_2011_simplified_100m_buildings_overlay_simplified.gpkg|layername=infuse_dist_lyr_2011_simplified_100m_buildings_overlay_simplified' }
|
||||
|
||||
Execution completed in 262.19 seconds
|
||||
Results:
|
||||
{'OUTPUT': 'infuse_dist_lyr_2011_simplified_100m_buildings.gpkg'}
|
||||
|
||||
Loading resulting layers
|
||||
Algorithm 'Difference' finished
|
||||
|
||||
QGIS version: 3.16.15-Hannover
|
||||
QGIS code revision: e7fdad6431
|
||||
Qt version: 5.14.2
|
||||
GDAL version: 3.2.1
|
||||
GEOS version: 3.9.1-CAPI-1.14.2
|
||||
PROJ version: Rel. 6.3.2, May 1st, 2020
|
||||
Processing algorithm…
|
||||
Algorithm 'Difference' starting…
|
||||
Input parameters:
|
||||
{ 'INPUT' : 'infuse_ctry_2011_simplified_100m.gpkg|layername=infuse_ctry_2011_simplified_100m', 'OUTPUT' : 'infuse_ctry_2011_simplified_100m_buildings_simplified.gpkg', 'OVERLAY' : 'infuse_ctry_2011_simplified_100m_buildings_overlay_simplified.gpkg|layername=infuse_ctry_2011_simplified_100_buildings_overlay_simplified' }
|
||||
|
||||
Execution completed in 1548.94 seconds
|
||||
Results:
|
||||
{'OUTPUT': 'infuse_ctry_2011_simplified_100m_buildings_simplified.gpkg'}
|
||||
|
||||
Loading resulting layers
|
||||
Algorithm 'Difference' finished
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue