mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
Making a note on the recommendations
This commit is contained in:
parent
2c931b4383
commit
beb09df342
1 changed files with 5 additions and 0 deletions
|
|
@ -50,6 +50,11 @@ def main():
|
|||
|
||||
# TODO: We now have detailed information about primary and secondary walls, so we should use this information
|
||||
# in our recommendations when we have it
|
||||
# For example, for 77 Peryn Road, W3 7LT, the energy assessment has a main dwelling and two extensions, where
|
||||
# the physical dimensions and the fabric of each building is constructed in a way as if each building is
|
||||
# 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.
|
||||
|
||||
# For each property, we download the xmls and extract the data
|
||||
database_data = []
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue