windnode / WindNODE_ABW

Region Anhalt-Bitterfeld-Wittenberg
GNU Affero General Public License v3.0
3 stars 0 forks source link

Use same scenario order for notebooks as in scenario description #194

Closed gplssm closed 3 years ago

gplssm commented 3 years ago

Remaining task from https://github.com/windnode/WindNODE_ABW/pull/187#issuecomment-725327945. Can be completed once #140 is done.

2. Scenario order: Instead of using `os.listdir()`, you could use the scenario CSV as you did in the scenario table (only if it can be quickly done). To prevent including non-existing files I'd keep the current list and use the CSV's column to reorder..

Yes! I'll do this. For the scenario table I simply take the order defined in scenarios.csv. I'll do the same here. But therefore, I need to complete #140 before