michaelaye / nbplanetary

A nbdev-based approach to create a core library for planetarypy
https://michaelaye.github.io/nbplanetary/
MIT License
7 stars 1 forks source link

make storage more flexible #30

Closed michaelaye closed 1 year ago

michaelaye commented 1 year ago

sometimes there is a server with raw/edr data locally available. But then processed data cannot be stored on that. And sometimes this is true for one instrument or mission, but not the next. add missions...datapaths section to config file to manage this. Also add DBManager class as general interface to all data storage things.