From 94d933be4e2d6108178b6d30287394acba5b5232 Mon Sep 17 00:00:00 2001 From: jgavalda Date: Mon, 1 May 2023 16:38:44 -0400 Subject: [PATCH] Incorporation of outputs of all the variables in excel, and pandas dataframe data for yearly values in the cashflow (only capital and reposition, pending operational, end of life and maintenance) --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index ae365fe..1caf07f 100644 --- a/main.py +++ b/main.py @@ -11,7 +11,7 @@ from sra_engine import SraEngine try: - file_path = (Path(__file__).parent / 'input_files' / 'selected_building.geojson') + file_path = (Path(__file__).parent / 'input_files' / 'selected_building_1780.geojson') climate_reference_city = 'Montreal' weather_file = 'CAN_PQ_Montreal.Intl.AP.716270_CWEC.epw' weather_format = 'epw' @@ -26,7 +26,7 @@ try: print('[simulation start]') city = GeometryFactory('geojson', path=file_path, - height_field='building_height', + height_field='heightmax', year_of_construction_field='ANNEE_CONS', function_field='CODE_UTILI', function_to_hub=Dictionaries().montreal_function_to_hub_function).city