skillfed

open-radar-data

Provides utility functions for accessing data repository for openradar examples/notebooks

open-radar-data v0.8.0 81.9K downloads/30d#14,193 on PyPI33
Permissive 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) Active released

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-data

uv

uv add open-radar-data

poetry

poetry add open-radar-data

Installing 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

Development Status :: 2 - Pre-AlphaIntended Audience :: Science/ResearchLicense :: OSI Approved :: MIT LicenseNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.9Topic :: Scientific/Engineering

Tags

radar data download cacheweather radar sample datasetsopenradar data registrylidar data repositoryscientific data fetching
data-distributionweather-radarscientific-data

More Scientific/Engineering packages