Add missing values to reference city to climate zone and to montreal functions
This commit is contained in:
parent
ca81ce3020
commit
ebb712ebaf
|
@ -583,7 +583,12 @@ class MontrealFunctionToHubFunction:
|
||||||
'6353': cte.WAREHOUSE,
|
'6353': cte.WAREHOUSE,
|
||||||
'3392': cte.INDUSTRY,
|
'3392': cte.INDUSTRY,
|
||||||
'5114': cte.STRIP_MALL,
|
'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
|
@property
|
||||||
def dictionary(self) -> dict:
|
def dictionary(self) -> dict:
|
||||||
|
|
|
@ -42,7 +42,8 @@ class ConstructionHelper:
|
||||||
'Varennes': '6',
|
'Varennes': '6',
|
||||||
'Laval': '6',
|
'Laval': '6',
|
||||||
'Longueuil': '6',
|
'Longueuil': '6',
|
||||||
'Saint-Leonard': '6'
|
'Saint-Leonard': '6',
|
||||||
|
'La Prairie': '6'
|
||||||
}
|
}
|
||||||
|
|
||||||
_reference_city_to_israel_climate_zone = {
|
_reference_city_to_israel_climate_zone = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user