open-radar-data
Provides utility functions for accessing data repository for openradar examples/notebooks
What it is and what it does
Open-radar-data is a data distribution package that manages a registry of sample weather radar and lidar datasets for use in openradar examples and notebooks. It wraps the pooch library to handle downloading, caching, and local path retrieval of these datasets, so users can focus on analysis rather than data management.
The package maintains a registry file listing available datasets (single sweep PPI, RHI, and complete volume files in various source formats) and provides a simple fetch interface that downloads files on first use and returns cached local paths on subsequent calls. Users can override the default cache location via an environment variable if needed.
Use it for:
- Download and cache sample radar data for reproducible openradar tutorials and example notebooks.
- Retrieve pre-curated weather radar datasets for algorithm development and testing without manual file management.
- Access lidar data alongside radar data for multi-instrument research workflows.
- Integrate standardized sample datasets into automated data processing pipelines.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a registry and download utility for accessing sample weather radar and lidar datasets used in openradar examples and notebooks, with automatic caching.
Yes, if you are working with openradar or need sample weather radar/lidar data for research or examples. The package is actively maintained, has no security vulnerabilities, low install friction, and a permissive license. It solves a real problem—centralized, versioned access to shared datasets—for the openradar community.
Install
open-radar-data on PyPI
pip
pip install open-radar-datauv
uv add open-radar-datapoetry
poetry add open-radar-dataInstalling open-radar-data
Before you install
Low install friction with a single lightweight dependency (pooch). Active maintenance with recent commits and no known vulnerabilities.
License in practice
MIT License permits free use, modification, and distribution with minimal restrictions—suitable for both academic and commercial projects.
Quickstart
pip install open-radar-data
from open_radar_data import DATASETS
filepath = DATASETS.fetch('sample_sgp_data.nc')
print(filepath)
Requires Python 3.9 or later; internet connection needed to download datasets on first fetch.
Verify before relying
- Total number and size of available datasets in the registry
- Performance characteristics when fetching large radar volume files
- Whether datasets are updated regularly or represent a static snapshot
Package facts
| License | MIT License Copyright (c) 2022-2023 openradar Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — pooch |
| Maintenance | actively maintained — 98 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 81,890/month — #14,193 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: open_radar_data-0.8.0-py3-none-any.whl
Keywords: open-radar-data, xradar
Tags
More Scientific/Engineering packages
NumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
pandaspandas provides fast, flexible data structures…
permissive · top 100 on PyPI
scipyscipy provides numerical algorithms for…
permissive · top 100 on PyPI
scikit-learnscikit-learn provides a comprehensive Python…
permissive · top 1,000 on PyPI
dilldill extends Python's pickle module to…
permissive · top 1,000 on PyPI
multiprocessMultiprocess is an enhanced fork of Python's…
permissive · top 1,000 on PyPI
xradarXradar reads and writes weather radar data in…
permissive · top 15,000 on PyPI
arm-pyartPy-ART provides weather radar data processing,…
permissive · top 15,000 on PyPI
sodapysodapy is a Python client for querying and…
permissive · top 15,000 on PyPI
liac-arffReads and writes ARFF (Attribute-Relation File…
permissive · top 15,000 on PyPI
ouster-sdkOuster SDK provides Python interfaces to…
permissive · top 15,000 on PyPI
env_canadaProvides async access to Environment Canada…
permissive · top 15,000 on PyPI
irm-kmi-apiAsync Python client to fetch current weather,…
permissive · top 15,000 on PyPI
laspyLaspy reads, modifies, and writes LAS and LAZ…
permissive · top 5,000 on PyPI
pystac-ext-sarExtends PySTAC with fields and validation for…
permissive · top 5,000 on PyPI
herbie-dataHerbie downloads numerical weather prediction…
permissive · top 15,000 on PyPI