Add missing values to reference city to climate zone and to montreal functions

This commit is contained in:
Guille Gutierrez 2023-08-10 11:01:37 -04:00
parent ca81ce3020
commit ebb712ebaf
2 changed files with 8 additions and 2 deletions

View File

@ -583,7 +583,12 @@ class MontrealFunctionToHubFunction:
'6353': cte.WAREHOUSE,
'3392': cte.INDUSTRY,
'5114': cte.STRIP_MALL,
'5131': cte.STRIP_MALL}
'5131': cte.STRIP_MALL,
'4815': cte.NON_HEATED,
'6651': cte.WORKSHOP,
'2822': cte.INDUSTRY,
'2821': cte.INDUSTRY
}
@property
def dictionary(self) -> dict:

View File

@ -42,7 +42,8 @@ class ConstructionHelper:
'Varennes': '6',
'Laval': '6',
'Longueuil': '6',
'Saint-Leonard': '6'
'Saint-Leonard': '6',
'La Prairie': '6'
}
_reference_city_to_israel_climate_zone = {