Hi HDF5 community,
I’m trying to get the offset of a COMPACT dataset and seeing a return value of -1, is it possible to get the offset of that compact dataset data field?
For H5D_GET_CHUNK_INFO_BY_COORD is it possible to get all the address/size/filter for all my chunks in a dataset with one function call?
Context is that I’m trying to use the ROS3 plugin and I believe there are multiple or maybe even one S3 request from the plugin per H5D_GET_CHUNK_INFO_BY_COORD call. Some datasets I’m looking at have 16,000 chunks so there is potentially up to 16k s3 requests?
Thanks,
Mike