mirror of
https://rs-loy-gitlab.concordia.ca/PMAU/DynamicBuildingSimulation.git
synced 2024-11-14 23:10:28 -05:00
Adding the LoD1 EV Building gml file
This commit is contained in:
parent
75a3d145ea
commit
8a592dd889
4
main.py
4
main.py
|
@ -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
BIN
tests/tests_data/one_building_in_kelowna.pickle
Normal file
BIN
tests/tests_data/one_building_in_kelowna.pickle
Normal file
Binary file not shown.
8764
tests/tmp/Montreal.cli
Normal file
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
2616
tests/tmp/Montréal_sra.xml
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user