Install & Compatibility
Where this runs
tested against v0.8.0 · pip install
no network on importno background threads
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
muslpy 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 22.7MB
glibcpy 3.10–3.95 runs
installs and imports cleanly · install 2.8s · import 0.000s · 23MB
21MB installed
● package 21MB
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
DATASETS
✓ from open_radar_data import DATASETS
✗ from open_radar_data import datasets
dataset
✓ from open_radar_data import dataset
✗ from open_radar_data import datasets
locate
✓ from open_radar_data import locate
✗ from open_radar_data import datasets
Fetch a public radar dataset by name. The function downloads it if not cached.
from open_radar_data import datasets
# List available datasets
datasets.list_datasets()
# Download a dataset (returns path to downloaded file)
file_path = datasets.fetch('nexrad_level2_example')
print(file_path)
Upgrade
Version history
0.8.0latest on PyPI · released May 8, 2026
Audit
Dependencies
No dependency data recorded yet.