notes on extension recommendations

This commit is contained in:
Khalim Conn-Kowlessar 2024-07-26 15:54:07 +01:00
parent beb09df342
commit 73b6fb2b70
2 changed files with 7 additions and 1 deletions

View file

@ -345,7 +345,10 @@ class XmlParser:
def get_insulation_wall_area(self):
"""
Extracts the insulation wall area for the main dwelling
:return:
Note that this doesn't include any extensions. We don't have recommendations for extensions right now, so we
don't currently calculate the insulation wall area for them, since it's not used in the recommendations.
"""
main_dwelling_floors = [

View file

@ -55,6 +55,9 @@ def main():
# separate. We should use this information to make recommendations that are specific to each building
# part, though the problem here is that while the fabric and dimensions are separate, the actual SAP, CO2, etc
# figures span across the entire property.
# Idea: We can collect all of this information by building part and store it separately in the database
# against the uprn. We can have key data for the EPC, but then also additional data for each building
# part. We can then use this data to make recommendations that are specific to each building part
# For each property, we download the xmls and extract the data
database_data = []