Skip to content

Writing to Zarr from Dask #47

Answered by jmdelahanty
jmdelahanty asked this question in Q&A
Discussion options

You must be logged in to vote

Perhaps related to this issue?

It turns out that this does indeed work if only I had actually written my code properly! I wrote here that I was using it correctly, as in:

to_zarr(array, "path/to/data.zarr")

But in reality, my script had things written like this:

to_zarr("path/to/data.zarr", array)

But these other issues are really interesting. I don't know if I can help solve them, but maybe I can try!

Replies: 1 comment 9 replies

Comment options

You must be logged in to vote
9 replies
@jmdelahanty
Comment options

@jmdelahanty
Comment options

@joshmoore
Comment options

@jmdelahanty
Comment options

@jmdelahanty
Comment options

Answer selected by jmdelahanty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants