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

Enable dataset shape extent to be reduced #245

Closed jreadey closed 8 months ago

jreadey commented 11 months ago

Currently dataset shapes can only be made larger (up to max_size), not reduced. Support reduction of dimension extents similar to how the HDF5 library works.

This will require the ability for HSDS to delete chunks as they no longer are part of a dataset.

mattjala commented 8 months ago

Implemented in #266, though see #272 for a known issue with decreasing then increasing size.