Skip to content

docs: document GridSpec's preprocess_*_batch methods - #76

Merged
GondekNP merged 1 commit into
mainfrom
docs/gridspec-preprocess-batch
Jul 28, 2026
Merged

docs: document GridSpec's preprocess_*_batch methods#76
GondekNP merged 1 commit into
mainfrom
docs/gridspec-preprocess-batch

Conversation

@GondekNP

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #75 (merged) — that PR added GridSpec.preprocess_geotiff_batch()/preprocess_netcdf_batch()/preprocess_csv_batch() and documented them in llms-full.txt, but the preprocessing tutorial (docs/tutorials/preprocessing.qmd), which is where these methods are actually introduced to users via "Step 7: GridSpec-Based Preprocessing," only covered the local preprocess_*() calls.

  • Adds a "Batch dispatch (remote)" subsection right after the variant-files example, showing the swap from a local call to its _batch() counterpart (same output-path/variant/template_path/temporal-axis semantics, just target required plus poll_interval/timeout).
  • Updates the "When to Use Which" callout table with a third row for the batch methods.
  • Adds a line to the tutorial's closing summary.

No API reference (quartodoc) changes needed — GridSpec isn't in docs/_quarto.yml's reference nav at all (a pre-existing gap predating both this PR and #75, out of scope here).

Test plan

  • pixi run docs-build — renders cleanly (78 reference pages, no warnings on this file); docs/_freeze, docs/objects.json, and docs/reference/index.qmd are all unchanged (prose-only edit, no new API surface)

🤖 Generated with Claude Code

#75 added preprocess_geotiff_batch()/preprocess_netcdf_batch()/
preprocess_csv_batch() to GridSpec but the preprocessing tutorial --
the primary place these methods are introduced to users -- only
covered the local preprocess_*() calls.

Adds a "Batch dispatch (remote)" subsection under "Step 7:
GridSpec-Based Preprocessing" showing the swap from a local call to
its _batch() counterpart, updates the "When to Use Which" callout
table with the batch row, and adds a line to the tutorial's summary.
llms-full.txt already covered this in #75.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@GondekNP
GondekNP merged commit e6e4ee8 into main Jul 28, 2026
2 checks passed
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