Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SimStadt
simstadtpy
Commits
8adda141
Commit
8adda141
authored
Sep 21, 2026
by
Eric Duminil
Browse files
Updated readme
parent
67b656e5
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
8adda141
...
@@ -41,9 +41,9 @@ For more control, use `run_workflow_with_citygml` directly:
...
@@ -41,9 +41,9 @@ For more control, use `run_workflow_with_citygml` directly:
from
simstadt
import
run_workflow_with_citygml
from
simstadt
import
run_workflow_with_citygml
results
=
run_workflow_with_citygml
(
results
=
run_workflow_with_citygml
(
template
=
"
104_
HeatDemandWithShadow"
,
# name in templates/ or full Path
template
=
"HeatDemandWithShadow"
,
# name in templates/ or full Path
citygml_path
=
"path/to/city.gml"
,
citygml_path
=
"path/to/city.gml"
,
replaces
=
{
"<string>METEONORM_FILE</string>"
:
"<string>Wuerzburg-hour.csv</string>"
},
replaces
=
{
"<string>METEONORM_FILE</string>"
:
"<string>Wuerzburg-hour.csv</string>"
},
# optional
project_path
=
Path
(
"path/to/project.proj"
),
# optional
project_path
=
Path
(
"path/to/project.proj"
),
# optional
)
)
print
(
results
.
kpis
)
print
(
results
.
kpis
)
...
@@ -93,10 +93,19 @@ simstadt --install
...
@@ -93,10 +93,19 @@ simstadt --install
simstadt
--gui
simstadt
--gui
# Run a workflow from the command line
# Run a workflow from the command line
simstadt
104_
HeatDemandWithShadow path/to/city.gml
-v
simstadt HeatDemandWithShadow path/to/city.gml
-v
# Save results to CSV or JSON
# Save results to CSV or JSON
simstadt 104_HeatDemandWithShadow path/to/city.gml
--save
results.csv
simstadt PVWithShadow path/to/city.gml
--save
results.csv
# Save results to CSV or JSON
simstadt HeatDemand path/to/city.gml
--save
results.csv
# List output files
simstadt HeatDemand path/to/city.gml
--files
# Debug information
simstadt PV path/to/city.gml
--verbose
# Run RegionChooser (separate entry point)
# Run RegionChooser (separate entry point)
regionchooser
regionchooser
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment