xtensor-zarr icon indicating copy to clipboard operation
xtensor-zarr copied to clipboard

Implementation of the Zarr core protocol (version 2 and 3) based on xtensor.

Results 12 xtensor-zarr issues
Sort by recently updated
recently updated
newest added

I saw that a recent PR by @davidbrochart (https://github.com/zarr-developers/zarr_implementations/pull/23) added xtensor support to zarr_implementations. I was interested in extending the data generation and testing there to include the zarr v3...

It looks like it is not possible to assign a chunked zarray to another chunked zarray, even though they have the same characteristics (error `Cannot resize chunked wrapper`).