-
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
Using parse_url to create a store reads arrays with all zeros #343
Comments
Hi @joshua-gould. |
I've confirmed using the following code to create an array is read in correctly. Can we add a check to ensure the values are not read in incorrectly in case a user does not add
|
Note that creating an array using ome-zarr and reading in the array using pure zarr works correctly:
|
This is a similar issue as #245 I think I proposed somewhere that when reading, |
By "find" you mean looking into the directory to see what files are present? On S3, you can't assume that you can list the directories. Combined with the fact that chunks can be missing, this means you will likely need to try more than a handful of paths before knowing for certain whether or not each array uses |
No, I meant looking in |
Exactly.
Interesting. If we add our own |
I'm running into this too - it's currently breaking my attempts to read in data using |
I think the quite frustrating thing here is by default zarr-python will write with the dimension separator |
@dstansby: definitely an issue. The single dimension separator character led to a large number of incompatibilities. But rather than try to change the default in zarr-python v2, I think getting us onto zarr v3 ASAP is a better use of our time. |
The text was updated successfully, but these errors were encountered: