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
2 changes: 1 addition & 1 deletion datapackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:
type: integer
- name: BuildingType
type: string
- name: BenchmarkTarget
- name: Target
type: number
- name: BuildingTypeShorthand
type: string
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,ConstructionMethod
Year,BuildingType,Target,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
2 changes: 1 addition & 1 deletion src/netzero_metrics_reference_data/data/datapackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resources:
type: integer
- name: BuildingType
type: string
- name: BenchmarkTarget
- name: Target
type: number
- name: BuildingTypeShorthand
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Year,BuildingType,BenchmarkTarget,BuildingTypeShorthand,Unit,ConstructionMethod
Year,BuildingType,Target,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