Concrete example accessing Zarr store on S3? #1069
Replies: 1 comment 6 replies
-
Since Zarr support is so new and relatively experimental, we have not put together any tutorials as of yet. You can look through our tests for some trivial examples, e.g. here For the first example you provide, the access URI would be: For the second example...I'm not sure our implementation can currently handle an s3 zarr dataset structured like that, since the "top level" in this case is the bucket itself. It should be able to read subgroups, such as |
Beta Was this translation helpful? Give feedback.
-
The documentation gives a fair amount of info how to set up an address for accessing a Zarr store on, e.g., AWS S3. However, there is no example given there of doing so for an existing such store.
I have been trying to load Zarr stores from a couple buckets on AWS S3, and absolutely cannot figure out what use as the "super/long/key" in the constructed address.
Examples: one (see top right bucket link) and two (bottom right bucket link).
Someone I've been working indicate she tried accessing the second example using Python code, and it was a nightmare. But until I can NJ's (CDM)S3 code to stop throwing exceptions as I guess at what key to use, I can't respond to that.
Beta Was this translation helpful? Give feedback.
All reactions