intake loader¶
Opens a dataset from an intake-forecast catalog. Requires pip install "gridstats[extra]".
After loading, preprocessing (variable renaming, sel/isel) is delegated to the same logic as the xarray loader.
Fields¶
| Field | Description |
|---|---|
catalog |
Path or URL to the intake catalog file. Required. |
dataset_id |
Entry name within the catalog. Required. |
mapping |
Dict of {source_name: target_name} variable renames. |
sel |
Label-based selection (scalars, lists, or {start, stop} dicts). |
isel |
Integer-index selection. |
chunks |
Dask chunk sizes for lazy loading. |