Add NASA IMERG analysis quickstart notebooks (early + late)#42
Merged
Conversation
Add quickstart notebooks for the NASA GPM IMERG global half-hourly precipitation datasets, one for the Late Run (higher quality, ~12-18 h latency) and one for the Early Run (near-real-time, ~4 h latency). Each notebook opens the public anonymous Icechunk store directly (IMERG is not yet in the STAC catalog; the dynamical_catalog.open comment is left in place for the later catalog swap) and walks through a global precipitation snapshot, a California atmospheric river accumulation, a cross-hemisphere monsoon comparison, the quality-index observation swaths, and an animated atmospheric river. A 400x300 thumbnail is included for each dataset. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vz7QJ7V2TA1qoi6TWKNNLk
aldenks
force-pushed
the
claude/add-nasa-imerg-quickstart-notebooks
branch
from
July 24, 2026 22:34
4f61e4e to
9d3306a
Compare
aldenks
enabled auto-merge (squash)
July 24, 2026 22:35
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.
Adds quickstart notebooks for the two NASA GPM IMERG global half-hourly precipitation datasets:
nasa-imerg-analysis-late.ipynb— IMERG Late Run (higher quality, ~12-18 h latency)nasa-imerg-analysis-early.ipynb— IMERG Early Run (near-real-time, ~4 h latency)Each notebook opens the public, anonymous Icechunk store directly. IMERG is not yet in the STAC catalog, so the
dynamical_catalog.open(...)line is left as a comment for the later catalog swap.Both walk through the same set of examples (which exist in both archives): a global precipitation snapshot, a California atmospheric-river accumulation, a cross-hemisphere monsoon comparison, the quality-index observation swaths, and an animated atmospheric river. Each dataset gets a 400x300 thumbnail (
nasa-imerg-analysis-{early,late}-thumbnail.png).Both notebooks execute cleanly end-to-end via
uv run .internal/run_notebooks.py(0 errors, each < 4 MB) and are committed with executed outputs per the repo convention.🤖 Generated with Claude Code