docs: point the Zarr quickstart at a volume that exists in the bucket - #10
Open
dud8 wants to merge 1 commit into
Open
docs: point the Zarr quickstart at a volume that exists in the bucket#10dud8 wants to merge 1 commit into
dud8 wants to merge 1 commit into
Conversation
README.md:227 and examples/zarr_volume_access.py:35 open s3://vesuvius-challenge-open-data/PHerc0332/volumes/20231201141544-3.240um-70keV-masked.zarr/ That prefix is not in the bucket (HTTP 404 on .zattrs); the catalogue publishes that 2023 volume under https://data.aws.ash2txt.org with a samples/ prefix. The documented quickstart therefore fails on first run. Switched both to PHerc0332/volumes/20251211183505-2.399um-0.2m-78keV-masked.zarr/, the PHerc0332 volume actually in the bucket (HTTP 200 on .zattrs and 0/.zarray).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation.
README.md:227andexamples/zarr_volume_access.py:35openThat prefix is not in the bucket —
.zattrsreturns HTTP 404 — because the catalogue publishes that 2023 volume underhttps://data.aws.ash2txt.orgwith asamples/prefix, not under the S3 root. The documented quickstart therefore fails on first run.Before:
After — the PHerc0332 volume that is actually in the bucket:
Two lines changed; same volume family, code otherwise identical. Found while auditing the catalogue against storage (https://github.com/dud8/catalog-lint).