It would be nice to have fsspec support in anndata. It would be great to be able to take advantage of these remote access capabilities with zarr and dask.
For hdf5, it would at least make accessing (then caching) whole datasets over the network easier.
A very nice feature to use here is fsspec URIs, as used by xarray (example). These look like: gcs://<bucket-name>/path.zarr or s3://<bucket-name>/path.zarr.
It would be nice to have
fsspec
support inanndata
. It would be great to be able to take advantage of these remote access capabilities withzarr
anddask
.For
hdf5
, it would at least make accessing (then caching) whole datasets over the network easier.A very nice feature to use here is fsspec URIs, as used by xarray (example). These look like:
gcs://<bucket-name>/path.zarr
ors3://<bucket-name>/path.zarr
.