feat: add result factory for archetype mapping
This commit is contained in:
parent
f87d4445a0
commit
8b549b1e88
1
main.py
1
main.py
@ -6,7 +6,6 @@ from hub.imports.results_factory import ResultFactory
|
|||||||
input_file = "data/cmm_test_corrected.geojson"
|
input_file = "data/cmm_test_corrected.geojson"
|
||||||
demand_file = "data/energy_demand_data.csv"
|
demand_file = "data/energy_demand_data.csv"
|
||||||
|
|
||||||
# Initialize city object from GeometryFactory
|
|
||||||
city = GeometryFactory(
|
city = GeometryFactory(
|
||||||
"geojson",
|
"geojson",
|
||||||
input_file,
|
input_file,
|
||||||
|
Loading…
Reference in New Issue
Block a user