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
If we move forward with #930, do we still need DatasetView since SubArray might be sufficient? Or do we still need a specialized DatasetView that is a combination of Dataset and Dataspace?
A DatasetView that is a combination of Dataset and Dataspace could also be reused as a VirtualSource replacing the implementation in HDF5Utils.jl, especially in combination with h5p_set_virtual.
This would be more capable than the h5py design for VirtualSource which does not allow for an arbitrary hyperslab selection for a Dataspace. For example, one may want a non-unit stride in one dimension as a virtual source.
The text was updated successfully, but these errors were encountered:
I previously proposed
DatasetView
andAttributeView
in #937. I removed it in bc8fe33 .The design was as follows:
@simonbyrne suggested that we store the hyperslab in
DatasetView
.If we move forward with #930, do we still need
DatasetView
sinceSubArray
might be sufficient? Or do we still need a specializedDatasetView
that is a combination ofDataset
andDataspace
?A
DatasetView
that is a combination ofDataset
andDataspace
could also be reused as aVirtualSource
replacing the implementation inHDF5Utils.jl
, especially in combination withh5p_set_virtual
.This would be more capable than the h5py design for VirtualSource which does not allow for an arbitrary hyperslab selection for a
Dataspace
. For example, one may want a non-unit stride in one dimension as a virtual source.The text was updated successfully, but these errors were encountered: