Skip to content

Open IMERG notebooks via the dynamical-catalog STAC catalog#43

Merged
aldenks merged 1 commit into
mainfrom
claude/imerg-notebooks-catalog-open
Jul 25, 2026
Merged

Open IMERG notebooks via the dynamical-catalog STAC catalog#43
aldenks merged 1 commit into
mainfrom
claude/imerg-notebooks-catalog-open

Conversation

@aldenks

@aldenks aldenks commented Jul 25, 2026

Copy link
Copy Markdown
Member

Now that the NASA IMERG collections are live in the dynamical.org STAC catalog, both quickstart notebooks open their dataset the same idiomatic way as every other notebook in the repo:

import dynamical_catalog
ds = dynamical_catalog.open("nasa-imerg-analysis-early", chunks=None)  # ...-late for the late notebook
ds

This replaces the direct anonymous icechunk.s3_storage(...) / Repository.open(...) cell (and its placeholder "future dynamical_catalog.open" comment) that was needed while IMERG was pre-catalog.

Both notebooks were re-run clean end-to-end against the live prod catalog (https://stac.dynamical.org/catalog.json, no override) via uv run .internal/run_notebooks.py — 0 errors, each < 4 MB, committed with the fresh outputs.

🤖 Generated with Claude Code

Now that the NASA IMERG collections are published to the dynamical.org
STAC catalog, replace the direct anonymous icechunk store open (and its
placeholder comment) with the idiomatic dynamical_catalog.open(...) call
used by the other quickstart notebooks. Outputs are from a clean run
resolving through the live prod catalog.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Vz7QJ7V2TA1qoi6TWKNNLk
@aldenks
aldenks merged commit 51adc1e into main Jul 25, 2026
4 checks passed
@aldenks
aldenks deleted the claude/imerg-notebooks-catalog-open branch July 25, 2026 04:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant