Skip to main content

dynamical-catalog

Load dynamical.org weather datasets in one line.

See dynamical.org/catalog for dataset documentation.

Install

pip install dynamical-catalog
uv add dynamical-catalog

Usage

import dynamical_catalog

# Optional: let us know who you are so we can improve the catalog!
dynamical_catalog.identify("you@example.com")

# Open a dataset as an xarray Dataset via its icechunk repository
ds = dynamical_catalog.open("noaa-gfs-forecast")

# Additional arguments are passed through to `xr.open_zarr`
ds = dynamical_catalog.open("noaa-gfs-forecast", chunks=None)

# Datasets with vertical profiles expose them as groups (e.g. pressure_level)
ds = dynamical_catalog.open("noaa-hrrr-forecast-48-hour-virtual", group="pressure_level")

# Get the underlying Zarr store if you want even more control
store = dynamical_catalog.get_store("noaa-gfs-forecast")
ds = xr.open_zarr(store)

# Get the icechunk repository itself to access its commit history / snapshots
repo = dynamical_catalog.get_repository("noaa-gfs-forecast")
for snapshot in repo.ancestry(branch="main"):
    print(snapshot.written_at, snapshot.message)

# List all available datasets
dynamical_catalog.list()

Set DYNAMICAL_STAC_CATALOG_URL to point the library at a non-production catalog such as https://stac-staging.dynamical.org/catalog.json.

Release files for dynamical-catalog 1.0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for dynamical-catalog 1.0.1
File Size Uploaded
dynamical_catalog-1.0.1.tar.gz 69.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for dynamical-catalog 1.0.1
File Interpreter ABI Platform
dynamical_catalog-1.0.1-py3-none-any.whl Python 3 none any Details

Total release size: 79.5 kB

Release files / dynamical_catalog-1.0.1.tar.gz

Download URL dynamical_catalog-1.0.1.tar.gz
Size 69.0 kB
Tags Source
SHA-256 checksum
How to use checksums
4b566d1fd7dbf3c9588ed3b307c0c0dc028f3f987c8bca0b9f8afe3ab104e7a4
BLAKE2b-256 checksum
How to use checksums
91868f9c45100e96d2139f6f3e5833755e55977e44e2f84ade713f3fe3502bf6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.

Transparency log

Release files / dynamical_catalog-1.0.1-py3-none-any.whl

Download URL dynamical_catalog-1.0.1-py3-none-any.whl
Size 10.5 kB
Tags Python 3
SHA-256 checksum
How to use checksums
337ef1b9608952bef7e2b0987e3010d569ae2b0d0f0762a3c2882f9c1cbab9be
BLAKE2b-256 checksum
How to use checksums
32112c2f5b0e7b9c772ab159e51a5bbe315e3f30644eafa84d5b5920b4e403f5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 4, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

1.0.1 This release

2 release files

1.0.0

2 release files

0.8.0

2 release files

0.7.0

2 release files

0.5.0

2 release files

0.4.0

2 release files

0.3.0

2 release files

0.2.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page