Registry / data / open-radar-data

open-radar-data

JSON →
library0.8.0pypypi✓ verified 84d ago

Provides utility functions for accessing the open radar data repository for examples and notebooks. Current version 0.7.0, requires Python >=3.9.

pip install open-radar-data
INSTALL
IMPORT
SIG · OPEN-RADAR-DATA
O
open-radar-data
datapythonv0.8.0
Install
2.8s avg
Import
—
Disk
21MB
Pass rate
10/ 10
Env Coverage10 / 10
glibc
3.9–3.13
musl
3.9–3.13
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
musl
py 3.10–3.95 runs
installs and imports cleanly · install 0.0s · import 0.000s · 22.7MB
glibc
py 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)
Debug
Known issues
breakingIn version 0.7.0 the fetch() function changed from returning a tuple (path, filename) to returning a string path. Code using unpacking will break.
fix
Update callers to expect a single string: file_path = datasets.fetch('dataset_name')
affects: <0.7.0
deprecatedThe function 'get_path()' is deprecated in favor of 'fetch()' and may be removed in a future release.
fix
Replace datasets.get_path('name') with datasets.fetch('name')
affects: >=0.6.0
gotchaSome datasets require internet access to download. The library does not cache aggressively; repeated calls may re-download.
fix
Manually cache the returned path or set environment variable OPEN_RADAR_DATA_CACHE_DIR to a persistent directory.
affects: all
Upgrade
Version history
0.8.0latest on PyPI · released May 8, 2026
Audit
Dependencies

No dependency data recorded yet.

Agent activity
33 hits · last 30 days
node
32
OpenAI (training)
1
Resources
open-radar-data — pip install open-radar-data · libregistry