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
45db7ab3
Commit
45db7ab3
authored
Sep 17, 2026
by
Eric Duminil
Browse files
Updated README
parent
acd81272
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
45db7ab3
...
...
@@ -21,11 +21,11 @@ pip install simstadt
```
python
from
simstadt
import
heatdemand_simulation
,
photovoltaic_simulation
,
greenwater_simulation
,
clean_old_workflows
results
=
heatdemand_simulation
(
"path/to/city.gml"
,
"Wuerzburg-hour.csv"
)
results
=
heatdemand_simulation
(
"path/to/city.gml"
)
print
(
results
.
dataframe
)
print
(
results
.
kpis
)
pv
=
photovoltaic_simulation
(
"path/to/city.gml"
,
"Wuerzburg-hour.csv"
)
pv
=
photovoltaic_simulation
(
"path/to/city.gml"
)
print
(
pv
.
dataframe
)
gw
=
greenwater_simulation
(
"path/to/city.gml"
,
"Wuerzburg-hour.csv"
,
irrigation_ratio
=
0.5
)
...
...
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