Skip to content
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

HDF5 input and output #59

Open
swenger opened this issue Jun 19, 2013 · 1 comment
Open

HDF5 input and output #59

swenger opened this issue Jun 19, 2013 · 1 comment

Comments

@swenger
Copy link

swenger commented Jun 19, 2013

It's not immediately clear how DataArray instances should be represented in HDF5:

http://fperez.github.io/datarray-doc/0.0.6/design_questions/issues.html#how-do-i-save-a-datarray-in-hdf5-using-h5py

However, there seems to be an official standard for storing axis dimensions and labels in HDF5 that apparently maps quite naturally to DataArray:

http://www.hdfgroup.org/HDF5/doc/HL/H5DS_Spec.pdf

Since the specification proposes to store the metadata in regular HDF5 datasets, this could probably implemented in h5py without resorting to the raw HDF5 API.

@rainwoodman
Copy link

Please please take the time to properly support vector columns. I believe recent versions of h5py can correctly write them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants