zawadzkim / pySWAP

https://zawadzkim.github.io/pySWAP/
MIT License
1 stars 0 forks source link

Integrate database to exchange files between pySWAP users #32

Open zawadzkim opened 3 days ago

zawadzkim commented 3 days ago

In the current version, the models are run from a temporary directory and the results are only preserved in memory as Result objects. There needs to be an option to package the project to a file that can be easily shared between model users.

Requirements:

zawadzkim commented 3 days ago

Initially I wanted to integrate a SQLite database into pySWAP, but after some back and forth trials with different ways of storing the data, I decided to switch to hdf5 as data exchange format. It's widely used in scientific computing and fulfils all the requirements.