pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models

Home Page:https://pastastore.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write metadata to timeseries files in PastaStore.to_zip()

dbrakenhoff opened this issue · comments

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.

Closed by #12