Incorporated 1st version Domestic Hot Water, still not working.
This commit is contained in:
parent
a0a3a80628
commit
3774254295
|
@ -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,
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user