pastas / pastastore

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

Write metadata to timeseries files in PastaStore.to_zip() #9

Closed dbrakenhoff closed 4 years ago

dbrakenhoff commented 4 years ago

Currently the metadata is not written to file, which means when writing the zip, all that metadata is lost.

I have to think of a way to add the metadata to the timeseries json file. Shouldn't be too hard, but probably have to deal with converting all kinds of types that aren't officially allowed in json. Perhaps the PastasEncoder can once again be of use here.

dbrakenhoff commented 4 years ago

Closed by #12