Remove TODOs completed
This commit is contained in:
parent
c8db4e9119
commit
1a778859ea
Binary file not shown.
|
@ -32,7 +32,6 @@ class MatSimEngine:
|
||||||
}
|
}
|
||||||
|
|
||||||
# 1- Facilities
|
# 1- Facilities
|
||||||
# TODO: Add the ability for a building to have multiple activities
|
|
||||||
# TODO: this should come from the factories, please check idf generation
|
# TODO: this should come from the factories, please check idf generation
|
||||||
for building in city.buildings:
|
for building in city.buildings:
|
||||||
activity = hub_function_to_matsim.dictionary[building.function].split(',')
|
activity = hub_function_to_matsim.dictionary[building.function].split(',')
|
||||||
|
@ -60,8 +59,6 @@ class MatSimEngine:
|
||||||
for schedule in thermal_zone.occupancy.occupancy_schedules:
|
for schedule in thermal_zone.occupancy.occupancy_schedules:
|
||||||
building_schedules.append(schedule)
|
building_schedules.append(schedule)
|
||||||
|
|
||||||
# TODO: check http://www.matsim.org/files/dtd/facilities_v1.dtd seems to be missing values here
|
|
||||||
|
|
||||||
for new_activity in activity:
|
for new_activity in activity:
|
||||||
activity_info = {
|
activity_info = {
|
||||||
'@type': new_activity,
|
'@type': new_activity,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user