mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
expanding xml extraction
This commit is contained in:
parent
9d4a93ca3e
commit
bfded2aaf9
1 changed files with 2 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ class XmlParser:
|
|||
cylinder_insulation_type = {
|
||||
None: "",
|
||||
"1": "Foam",
|
||||
"2": "Jacket"
|
||||
}
|
||||
|
||||
cylinder_insulation_thickness = int(
|
||||
|
|
@ -782,6 +783,7 @@ class XmlParser:
|
|||
"""
|
||||
|
||||
glazing_type_lookup = {
|
||||
"ND": "Single glazing",
|
||||
"2": "double glazing installed during or after 2002",
|
||||
"3": "double glazing, unknown install date",
|
||||
"5": "Single glazing",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue