Provides xarray backends for reading and writing N-dimensional arrays via TensorStore, enabling distributed and chunked access to Zarr, N5, and other stores. Current version: 0.3.0, release cadence: irregular.
pip install xarray-tensorstoreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Open and write Zarr datasets using the TensorStore backend.
Always include backend='tensorstore' in open_zarr() or to_zarr() calls.
Use 'from xarray.tensorstore import TensorStoreBackend' instead of 'from xarray.contrib.tensorstore import ...'
Use backend_kwargs={'open': {...}} instead of tensorstore_kwargs={'open': {...}}