Incorporated 1st version Domestic Hot Water, still not working.

This commit is contained in:
Oriol Gavalda 2023-04-11 23:07:54 -04:00
parent a0a3a80628
commit 3774254295
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@
"vaccmin": 1, "vaccmin": 1,
"vaccmax": 1, "vaccmax": 1,
"heightmin": 1.17, "heightmin": 1.17,
"heightmax": 7.0, "heightmax": 7.5,
"elevmin": 45.48, "elevmin": 45.48,
"elevmax": 45.96, "elevmax": 45.96,
"bldgarea": 193.18, "bldgarea": 193.18,

View File

@ -14,7 +14,7 @@ from hub.helpers.dictionaries import Dictionaries
sys.path.append('./') sys.path.append('./')
#try: #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') out_path = (Path(__file__).parent.parent / 'out_files')
files = glob.glob(f'{out_path}/*') files = glob.glob(f'{out_path}/*')
for file in files: for file in files: