added additional built form to built form map in XmlParser

This commit is contained in:
Khalim Conn-Kowlessar 2024-10-23 11:51:00 +01:00
parent 362e657ab5
commit 323364e0df

View file

@ -107,6 +107,7 @@ class XmlParser:
BUILT_FORM_MAP = { BUILT_FORM_MAP = {
"1": "Detached", "1": "Detached",
"2": "Semi-Detached",
"3": "End-Terrace", "3": "End-Terrace",
"4": "Mid-Terrace", "4": "Mid-Terrace",
} }
@ -803,7 +804,7 @@ class XmlParser:
self.windows = [ self.windows = [
{ {
"window_location": None, "window_location": "0",
"window_area": None, "window_area": None,
"window_type": None, "window_type": None,
"glazing_type": glazing_type_lookup[multiple_glazing_type], "glazing_type": glazing_type_lookup[multiple_glazing_type],