Skip to content

Supporting Zarr V3 sharding with .to_zarr #9938

Answered by jhamman
jacobbieker asked this question in General
Discussion options

You must be logged in to vote

Thanks for the explanation. You are right out there on the bleeding edge using DataTree + v3-sharding! Flagging two potential issues:

  1. The Zarr3+DataTree interface may not be fully operational. This interface is probably the least mature part of the stack. It does seem like its working for you though which is great.
  2. Xarray may need to update how it writes sharded arrays when using Dask. Currently, you must write full shards, this means that if you are using Dask, your Dask-chunks need to correspond to Zarr-shards. I suspect this is your current issue.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@jacobbieker
Comment options

@jhamman
Comment options

Answer selected by jacobbieker
@jacobbieker
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants