From 974b049ad194ddba0ee35fdb3b0c9834fabb8976 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Thu, 31 Aug 2023 10:09:08 +0100 Subject: [PATCH] Added area_data file --- .idea/Model.iml | 2 +- .idea/misc.xml | 2 +- model_data/simulation_system/area_data.py | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 model_data/simulation_system/area_data.py diff --git a/.idea/Model.iml b/.idea/Model.iml index 05b9012b..b03b31b1 100644 --- a/.idea/Model.iml +++ b/.idea/Model.iml @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 3b05c6ac..ca0e1cd9 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/model_data/simulation_system/area_data.py b/model_data/simulation_system/area_data.py new file mode 100644 index 00000000..603b71c9 --- /dev/null +++ b/model_data/simulation_system/area_data.py @@ -0,0 +1,4 @@ +""" +This script produces the dataset used to model the wall area of properties, which is used to estimate the cost +of insulation measures within homes +"""