mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-27 23:35:01 +00:00
Map triple glazing 2002-2021 windows to SAP10 code 9 🟩
#1630: 11 LRHA WAVE 3 fixtures re-block on later labels (first-exception-hit). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
cff4095cfd
commit
2a68fc2a76
1 changed files with 1 additions and 0 deletions
|
|
@ -8201,6 +8201,7 @@ def _pashub_wall_insulation_type_int(label: Optional[str]) -> Union[int, str]:
|
|||
_PASHUB_GLAZING_TYPE_TO_SAP10: Dict[str, int] = {
|
||||
"Double glazing installed before 2002": 3, # double pre-2002 (U 2.8)
|
||||
"Double glazing installed between 2002 - 2021": 2, # double 2002-2022 (U 2.0)
|
||||
"Triple glazing installed between 2002 - 2021": 9, # triple 2002-2022 (U 2.0)
|
||||
"Double glazing, Unknown install date": 3, # unknown → pre-2002 default (U 2.8)
|
||||
"Double glazing installed during or after 2022": 13, # double 2022+ (U 1.4)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue