updating the code to changes in hub (not finished -> not working)

This commit is contained in:
Pilar 2023-01-10 09:55:38 -05:00
parent 2ffbf06ac5
commit 0605d5b4f6

View File

@ -26,14 +26,15 @@ class UsageFactory:
"""
Enrich the city with COMNET usage library
"""
self._city.level_of_detail.usage_name = 2
self._city.level_of_detail.usage = 2
ComnetUsageParameters(self._city, self._base_path).enrich_buildings()
def _nrcan(self):
"""
Enrich the city with NRCAN usage library
"""
return NrcanUsageParameters(self._city, self._base_path).enrich_buildings()
self._city.level_of_detail.usage = 2
NrcanUsageParameters(self._city, self._base_path).enrich_buildings()
def enrich(self):
"""