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

Compound Type Subsetting #280

Closed mattjala closed 5 months ago

mattjala commented 7 months ago

This is already implemented within HSDS, it just needs to be handled correctly from the client's side.

jreadey commented 7 months ago

Are you talking about retrieving a certain set of fields from a comound type dataset? Don't believe this is handled by HSDS.

mattjala commented 7 months ago

Are you talking about retrieving a certain set of fields from a comound type dataset? Don't believe this is handled by HSDS.

Yes. I believe HSDS currently handle a request to read a subset of fields correctly, but not a request to write to a subset of fields.

mattjala commented 5 months ago

Implemented in #292