Aleksandar Jelenak

Results 30 comments of Aleksandar Jelenak

The HDF5 library has the S3 Virtual File Driver (released in v1.10.6, I think) that enables access to HDF5 files in S3. You also can use h5py with the library...

Supporting Bitshuffle filter in HSDS will require some effort because both the bitshuffle and hdf5plugin packages are geared towards h5py and HDF5 library. My understanding is Bitshuffle consists of two...

Do you know if the bitshuffle package can be installed or built without h5py and HDF5 library? I did not notice that option.

My example works with h5py. That's why I created this issue.

Perhaps this could be done by enabling pandas HDF-related methods to accept an h5py.File object? Then this could also be an h5pyd.File object.

> Why does 0_1 have a url key but 0_0 does not? Just illustrate both possible options. In a real case, only one would be used. > How about using...

`H5D_CHUNKED_REF` could work, although "chunk" is a very important term and some may find it confusing in this context.

Here's the updated example. It includes `H5D_CHUNKED_REF` as layout and new `index_schema` key inside `byteBlocks`. The block index schema is defined with a URI and its index separator is included...