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

Allow PUT shape to reduce extent #266

Closed jreadey closed 8 months ago

jreadey commented 9 months ago

Enable PUT shape to reduce extent Also - fix errors showing up in async process.

mattjala commented 9 months ago

After decreasing and then increasing size, the new positions in the dataset should have a value equal to fill value, not whatever was written there before the size was decreased. See the modified test in #267