You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some complications that this loader might introduce:
a single .h5 file frequently corresponds to several Datasets, and it would be nice if the specification in Data.toml could refer directly to a single DataSet, but preserve the hierarchal relationship between multiple DataSets.
More generally, I frequently work with a directory full of .h5 files, and it would be nice to preserve the relationship between all of these files as well.
In HDF5, a dataset can have attributes, and it is important that these be accessible from DataToolkit
The HDF5.jl package is relatively heavyweight, and so it would be good to not take on an explicit dependency of this package.
The text was updated successfully, but these errors were encountered:
Some complications that this loader might introduce:
.h5
file frequently corresponds to severalDataset
s, and it would be nice if the specification inData.toml
could refer directly to a singleDataSet
, but preserve the hierarchal relationship between multipleDataSet
s..h5
files, and it would be nice to preserve the relationship between all of these files as well.HDF5.jl
package is relatively heavyweight, and so it would be good to not take on an explicit dependency of this package.The text was updated successfully, but these errors were encountered: