Skip to content

Commit

Permalink
Update with futurecouncils release
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Mar 8, 2023
1 parent 82ef6b3 commit 6315cb3
Show file tree
Hide file tree
Showing 91 changed files with 651,509 additions and 79 deletions.
3 changes: 2 additions & 1 deletion data/packages/uk_ruc/datapackage.yaml
@@ -1,7 +1,7 @@
name: uk_ruc
title: UK Composite Urban Rural Classification (RUC)
description: "UK-wide dataset of the urban/rural nature of small-areas (LSOA/DZ/SOAs)\n"
version: 2.0.0
version: 2.1.0-futurecouncils
keywords:
- Geodata
- United Kingdom
Expand Down Expand Up @@ -42,3 +42,4 @@ custom:
1.0.1: keywords changed from 'None' to '['Geodata', 'United Kingdom', 'LSOA']'
1.1.0: 'New resource(s) added: la_ruc'
2.0.0: Tidied LA RUC profile, and added constituency RUC profiles
2.1.0-futurecouncils: ''
42,620 changes: 42,620 additions & 0 deletions data/packages/uk_ruc/versions/2.1.0-futurecouncils/composite_ruc.csv

Large diffs are not rendered by default.

@@ -0,0 +1,132 @@
title: Composite Rural/Urban Classification
description: Combined metric for all four UK nations of rural/urban classification
for small statistical areas.
custom:
row_count: 42619
path: composite_ruc.csv
name: composite_ruc
profile: tabular-data-resource
scheme: file
format: csv
hashing: md5
encoding: utf-8
schema:
fields:
- name: lsoa
type: string
description: 2010-era statistical small area geography. LSOA for England/Wales,
Datazone for Scotland, SOA for Northern Ireland
constraints:
unique: true
example: 95AA01S1
- name: ukruc-2
type: integer
description: 'Two fold scale: 0-Urban/1-Rural'
constraints:
unique: false
enum:
- 0
- 1
example: 0
- name: ukruc-3
type: integer
description: 'Three fold scale: 0-Urban/1-Rural/2-More Rural'
constraints:
unique: false
enum:
- 0
- 1
- 2
example: 0
- name: nation
type: string
description: Single letter description of UK Nation
constraints:
unique: false
enum:
- E
- S
- W
- N
example: E
- name: pop
type: integer
description: Population of small area
constraints:
unique: false
example: 0
- name: area
type: number
description: KM square area of small area
constraints:
unique: true
example: 0.0093672684965119
- name: density
type: number
description: Population density in people per km
constraints:
unique: false
example: 0.0
- name: density_pop_decile
type: integer
description: Small areas divided into 10 deciles by population density. Each decile
has equal population.
constraints:
unique: false
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
example: 1
- name: density_pop_quintile
type: integer
description: Small areas divided into 5 quintiles by population density. Each
quintile has equal population.
constraints:
unique: false
enum:
- 1
- 2
- 3
- 4
- 5
example: 1
- name: density_area_decile
type: integer
description: Small areas divided into 10 deciles by area. Each decile has equal
area.
constraints:
unique: false
enum:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
example: 1
- name: density_area_quintile
type: integer
description: Small areas divided into 5 quintiles by area. Each quintile has equal
area.
constraints:
unique: false
enum:
- 1
- 2
- 3
- 4
- 5
example: 1
hash: 993292696e09f0de31781d4b22af7517
@@ -0,0 +1,45 @@
name: uk_ruc
title: UK Composite Urban Rural Classification (RUC)
description: "UK-wide dataset of the urban/rural nature of small-areas (LSOA/DZ/SOAs)\n"
version: 2.1.0-futurecouncils
keywords:
- Geodata
- United Kingdom
- LSOA
licenses:
- name: CC-BY-4.0
path: https://creativecommons.org/licenses/by/4.0/
title: Creative Commons Attribution 4.0 International License
contributors:
- title: mySociety
path: https://mysociety.org
role: author
custom:
build: uk_ruc.__main__:create_files
tests:
- test_uk_ruc
dataset_order: 0
download_options:
gate: default
survey: default
header_text: default
composite:
xlsx:
include: all
exclude: none
render: true
sqlite:
include: all
exclude: none
render: true
json:
include: all
exclude: none
render: true
change_log:
0.1.0: Don't need to increment, first version
1.0.0: Existing dataset, bump to supported version
1.0.1: keywords changed from 'None' to '['Geodata', 'United Kingdom', 'LSOA']'
1.1.0: 'New resource(s) added: la_ruc'
2.0.0: Tidied LA RUC profile, and added constituency RUC profiles
2.1.0-futurecouncils: ''

0 comments on commit 6315cb3

Please sign in to comment.