From 37742542952154e88aee81f343e663d5bc96d381 Mon Sep 17 00:00:00 2001 From: jgavalda Date: Tue, 11 Apr 2023 23:07:54 -0400 Subject: [PATCH] Incorporated 1st version Domestic Hot Water, still not working. --- input_files/selected_building_2864.geojson | 2 +- scripts/ep_workflow.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/input_files/selected_building_2864.geojson b/input_files/selected_building_2864.geojson index 52431cef..b6b032de 100644 --- a/input_files/selected_building_2864.geojson +++ b/input_files/selected_building_2864.geojson @@ -82,7 +82,7 @@ "vaccmin": 1, "vaccmax": 1, "heightmin": 1.17, - "heightmax": 7.0, + "heightmax": 7.5, "elevmin": 45.48, "elevmax": 45.96, "bldgarea": 193.18, diff --git a/scripts/ep_workflow.py b/scripts/ep_workflow.py index a8c00742..1188ca03 100644 --- a/scripts/ep_workflow.py +++ b/scripts/ep_workflow.py @@ -14,7 +14,7 @@ from hub.helpers.dictionaries import Dictionaries sys.path.append('./') #try: -file_path = (Path(__file__).parent.parent / 'input_files' / 'selected_building_1517.geojson') +file_path = (Path(__file__).parent.parent / 'input_files' / 'selected_building_2864.geojson') out_path = (Path(__file__).parent.parent / 'out_files') files = glob.glob(f'{out_path}/*') for file in files: