Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions datapackage.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nzc-data
title: Net Zero Carbon Data
description: 'structured data to support setting '
description: "structured data to support setting "
resources:
- name: energy-use-intensity
type: table
Expand All @@ -23,11 +23,12 @@ resources:
type: string
- name: Unit
type: string
- name: ConstructionDeliveryType
- name: ConstructionMethod
type: string
- name: building-types
type: text
title: UK NZCBS Operational Energy Use intensity targets - unique building types
title:
UK NZCBS Operational Energy Use intensity targets - unique building types
from TableOE-1 & TableOE-2
sources:
- UK Net Zero Carbon Building Standard Pilot Version (Sept 2024), TableOE-1 & TableOE-2: https://www.nzcbuildings.co.uk/pilotversion
Expand Down Expand Up @@ -56,7 +57,8 @@ resources:
- name: rics-building-element-category
type: table
title: RICS Building Element Categories for Life Cycle Carbon Assessment (v1)
description: for categorising the embodied carbon intensity of materials in a
description:
for categorising the embodied carbon intensity of materials in a
building by function
path: rics-building-element-category.csv
scheme: file
Expand Down
2 changes: 1 addition & 1 deletion energy-use-intensity.csv
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Year,BuildingType,BenchmarkTarget,BuildingTypeShorthand,Unit,ConstructionDeliveryType
Year,BuildingType,BenchmarkTarget,BuildingTypeShorthand,Unit,ConstructionMethod
2025,Commercial Resi - Student Residential,75.0,Stud. Resi.,kWh/m²GIA/yr,newbuild
2026,Commercial Resi - Student Residential,74.0,Stud. Resi.,kWh/m²GIA/yr,newbuild
2027,Commercial Resi - Student Residential,72.0,Stud. Resi.,kWh/m²GIA/yr,newbuild
Expand Down
71 changes: 35 additions & 36 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pandas = ">=2.3,<3"
pytest = ">=7.2.2,<8"
hatch = ">=1.0.0,<2"
casefy = ">=1.0.0,<2"
pip = ">=25,<26"
pip = ">=25,<26" # req. for hatch-vcs

[tool.pixi.tasks]
get-eui = { cmd = "python get_eui.py", cwd = "scripts" }
Expand Down
10 changes: 6 additions & 4 deletions src/netzero_metrics_reference_data/data/datapackage.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: nzc-data
title: Net Zero Carbon Data
description: 'structured data to support setting '
description: "structured data to support setting "
resources:
- name: energy-use-intensity
type: table
Expand All @@ -23,11 +23,12 @@ resources:
type: string
- name: Unit
type: string
- name: ConstructionDeliveryType
- name: ConstructionMethod
type: string
- name: building-types
type: text
title: UK NZCBS Operational Energy Use intensity targets - unique building types
title:
UK NZCBS Operational Energy Use intensity targets - unique building types
from TableOE-1 & TableOE-2
sources:
- UK Net Zero Carbon Building Standard Pilot Version (Sept 2024), TableOE-1 & TableOE-2: https://www.nzcbuildings.co.uk/pilotversion
Expand Down Expand Up @@ -56,7 +57,8 @@ resources:
- name: rics-building-element-category
type: table
title: RICS Building Element Categories for Life Cycle Carbon Assessment (v1)
description: for categorising the embodied carbon intensity of materials in a
description:
for categorising the embodied carbon intensity of materials in a
building by function
path: rics-building-element-category.csv
scheme: file
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Year,BuildingType,BenchmarkTarget,BuildingTypeShorthand,Unit,ConstructionDeliveryType
Year,BuildingType,BenchmarkTarget,BuildingTypeShorthand,Unit,ConstructionMethod
2025,Commercial Resi - Student Residential,75.0,Stud. Resi.,kWh/m²GIA/yr,newbuild
2026,Commercial Resi - Student Residential,74.0,Stud. Resi.,kWh/m²GIA/yr,newbuild
2027,Commercial Resi - Student Residential,72.0,Stud. Resi.,kWh/m²GIA/yr,newbuild
Expand Down