-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
It's not immediately clear how DataArray instances should be represented in HDF5:
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.
Metadata
Metadata
Assignees
Labels
No labels