feat: add postal code to simplified building
This commit is contained in:
parent
9647f9dfeb
commit
f87d4445a0
File diff suppressed because it is too large
Load Diff
1
main.py
1
main.py
@ -6,6 +6,7 @@ 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