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: