-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Writing class data to disk #6
Comments
Some basics in places as of 47b3541
See also phockett/ePSproc#8 (comment) Dev notes: TODO:
|
Some of the above now fixed by ePSproc updates (see phockett/ePSproc#8 (comment)), see also docs: https://epsproc.readthedocs.io/en/dev/dataStructures/ePSproc_dataStructures_IO_demo_280622.html Needs testing with and/or porting to PEMtk. |
Quick-fix is Pickle, but quite brittle to package version changes (e.g. recently broke after updating XR & Pandas versions).
Otherwise need to wrap something per-dataset/dict/dataframe/dataarray...? This is probably OK for aggregate cases, but a bit unwieldy for batch fit cases.
Basics at https://docs.xarray.dev/en/stable/user-guide/io.html
For more on this (for IO in ePSproc) see phockett/ePSproc#8
The text was updated successfully, but these errors were encountered: