Adding the LoD1 EV Building gml file

This commit is contained in:
sanam 2022-01-08 12:33:06 -05:00
parent 75a3d145ea
commit 8a592dd889
5 changed files with 11382 additions and 5009 deletions

View File

@ -11,7 +11,7 @@ from imports.geometry.helpers.geometry_helper import GeometryHelper
from city_model_structure.city import City from city_model_structure.city import City
name_gml = 'EVBuilding.gml' name_gml = 'EVBuilding_new.gml'
function_format = 'hft' function_format = 'hft'
construction_format = 'nrel' construction_format = 'nrel'
usage_format = 'comnet' usage_format = 'comnet'
@ -77,7 +77,7 @@ else:
if not pickle_construction or not pickle_usage or not pickle_schedules: if not pickle_construction or not pickle_usage or not pickle_schedules:
for building in city.buildings: for building in city.buildings:
building.function = 'Largeoffice' building.function = 'large office'
building.year_of_construction = 2010 building.year_of_construction = 2010
if function_format == 'hft': if function_format == 'hft':

File diff suppressed because it is too large Load Diff

Binary file not shown.

8764
tests/tmp/Montreal.cli Normal file

File diff suppressed because it is too large Load Diff

2616
tests/tmp/Montréal_sra.xml Normal file

File diff suppressed because it is too large Load Diff