From bb0f51486890c7af805a798f0a530972f4c48608 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Tue, 17 Oct 2023 14:20:26 +1100 Subject: [PATCH] make floor with property below 0 u-value --- etl/epc_clean/epc_attributes/FloorAttributes.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etl/epc_clean/epc_attributes/FloorAttributes.py b/etl/epc_clean/epc_attributes/FloorAttributes.py index 6631b4d5..245a91bc 100644 --- a/etl/epc_clean/epc_attributes/FloorAttributes.py +++ b/etl/epc_clean/epc_attributes/FloorAttributes.py @@ -107,4 +107,8 @@ class FloorAttributes(Definitions): else: result['insulation_thickness'] = None + if result["another_property_below"]: + result["thermal_transmittance"] = 0 + result["thermal_transmittance_unit"] = 'w/m-¦k' + return result