You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementation of the Zarr Store API using obstore.
---------
Co-authored-by: Davis Bennett <davis.v.bennett@gmail.com>
Co-authored-by: Joe Hamman <joe@earthmover.io>
Co-authored-by: Deepak Cherian <dcherian@users.noreply.github.com>
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
Co-authored-by: Deepak Cherian <deepak@cherian.net>
Co-authored-by: Tom Augspurger <tom.augspurger88@gmail.com>
:class:`zarr.storage.ObjectStore` stores the contents of the Zarr hierarchy using any ObjectStore
106
+
`storage implementation <https://developmentseed.org/obstore/latest/api/store/>`_, including AWS S3 (:class:`obstore.store.S3Store`), Google Cloud Storage (:class:`obstore.store.GCSStore`), and Azure Blob Storage (:class:`obstore.store.AzureStore`). This store is backed by `obstore <https://developmentseed.org/obstore/latest/>`_, which
107
+
builds on the production quality Rust library `object_store <https://docs.rs/object_store/latest/object_store/>`_.
0 commit comments