pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models
https://pastastore.readthedocs.io
MIT License
15 stars 4 forks source link

Storing list of model names per oseries #62

Closed dbrakenhoff closed 2 years ago

dbrakenhoff commented 2 years ago

See discussion in #50.

This is a more efficient implementation than the one presented in #58 . It requires fewer read/writes to store data and is cleaner. For older existing databases, a new library is created oseries_models and if any models are stored, a list of modelnames per oseries will be stored. This only has to be performed once for these older existing databases.