HDFGroup / hsds

Cloud-native, service based access to HDF data
https://www.hdfgroup.org/solutions/hdf-kita/
Apache License 2.0
126 stars 52 forks source link

Support for H5D_CONTIGUOUS / H5D_COMPACT chunk layouts #218

Closed mattjala closed 1 year ago

mattjala commented 1 year ago

Right now several VOL tests regarding DCPLs fail due to HSDS not supporting H5D_CONTIGUOUS or H5D_COMPACT chunk layouts. The specific origin of the error response is in validateChunkLayout in dset_sn.py

jreadey commented 1 year ago

I have a PR here: https://github.com/HDFGroup/hsds/pull/220.

jreadey commented 1 year ago

Merged into master.