Commit 5065b08f authored by Eric Duminil's avatar Eric Duminil
Browse files

TODOs

parent 90584560
## TODOs ## TODOs
* [ ] use code & tests from LCCALC & SektorSim * [ ] use code & tests from LCCALC & SektorSim (in old/), and merge them into a proper library
* [ ] Write additional tests, both with pre-calculated SimStadt results, and live ones * [ ] The main usecase of the lib would be to run SimStadt, either specifying an already existing workflow, or:
* [ ] specify a Project path, a Workflow template, a CityGML file, and an optional destination name
* [ ] Refactor SimStadtResults, split them in different classes * [ ] Refactor SimStadtResults, split them in different classes
* [ ] Define a basic SimStadtResult class for unknown Workflows * [ ] Define a basic SimStadtResult class for unknown Workflows
* [ ] Create a marimo notebook to show live dataframes and diagrams * [ ] Create a marimo notebook to show live dataframes and diagrams
...@@ -9,5 +10,11 @@ ...@@ -9,5 +10,11 @@
* [ ] check SimStadt install * [ ] check SimStadt install
* [ ] show a link to SimStadt doc if not installed * [ ] show a link to SimStadt doc if not installed
* [ ] find SimStadt folder * [ ] find SimStadt folder
* [ ] clean old workflow files if desired
* [ ] modify params.xml file (e.g. to select a different weather file, a weather source)
* [ ] Write additional tests (with pytest), both with pre-calculated SimStadt results, and live ones
* [ ] Once this library is written, it should be used in LCCALC & SektorSim
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment