-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to write_image
into a zipStore?
#363
Comments
I get the same issue when the image or stack of images is a dask array. For the write_multiscale method, I narrowed down the error to this part of the code:
For the url parameter of the da.to_zar method, the group.store is a ZipStore and is not supported from my understanding. I am new to zarr so I am not sure how ZipStore can be used if the input images are dask arrays. It may be easier to save the OME-Zarr to a directory and then zip it up afterwards. Although this is not ideal. Were you able to find any other solutions? |
Thanks for the feedback and apologies for the lack of response to date... I see that ZipStore is well supported in zarr-python v3 but we'll need some API changes in ome-zarr-py to allow users to have more control over store creation. |
Hello there,
We've started to play with HCS data and saving the intemedia results as raw zarr is painful to handle.
So we internally want to use this ZipStore strategy for our internal project.
And the code looks like below:
however I couldn't reproduce the working code mentioned in the issue above. And I am seeing this:
Has anything changed since that issue?
Thanks!
The text was updated successfully, but these errors were encountered: