HDFGroup / hsds

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

Add support for fancy index #109

Closed jreadey closed 2 years ago

jreadey commented 2 years ago

Enable h5py-like support for fancy indexing for dataset selection. I.e. enable dataset selection using coordinate list like: dset[:, [3,4,7,11]]. In the REST API this would be via using a select query param of: "[:, [3,4,7,11]"

jreadey commented 2 years ago

This is implemented in master.