erased commented code and created a branch to include stochastic schedules in the workflow
This commit is contained in:
parent
b62e0a8052
commit
a08a880bea
|
@ -7,8 +7,6 @@ import csv
|
||||||
sys.path.append('../hub')
|
sys.path.append('../hub')
|
||||||
sys.path.append('./')
|
sys.path.append('./')
|
||||||
|
|
||||||
from imports.customized_imports_factory import CustomizedImportsFactory
|
|
||||||
from imports.customized_imports.stochastic_schedules_importer import StochasticSchedulesImporter as ssi
|
|
||||||
from imports.geometry_factory import GeometryFactory
|
from imports.geometry_factory import GeometryFactory
|
||||||
from imports.construction_factory import ConstructionFactory
|
from imports.construction_factory import ConstructionFactory
|
||||||
from imports.usage_factory import UsageFactory
|
from imports.usage_factory import UsageFactory
|
||||||
|
@ -40,9 +38,6 @@ try:
|
||||||
print('enrich constructions... done')
|
print('enrich constructions... done')
|
||||||
UsageFactory('comnet', city).enrich()
|
UsageFactory('comnet', city).enrich()
|
||||||
print('enrich usage... done')
|
print('enrich usage... done')
|
||||||
# in_path = (Path(__file__).parent.parent / 'data' / 'occupancyschedules_2019_point4.xlsx')
|
|
||||||
# CustomizedImportsFactory(ssi, city, in_path).enrich()
|
|
||||||
print('enrich stochastic schedules for occupancy... done')
|
|
||||||
|
|
||||||
area = 0
|
area = 0
|
||||||
volume = 0
|
volume = 0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user