buienradar
Library and CLI tools for interacting with buienradar.
What it is and what it does
Buienradar is a Python library for querying Dutch weather data from buienradar.nl, a weather service that provides current conditions, multi-day forecasts, and precipitation predictions. It wraps the service's JSON and legacy XML APIs, parsing responses into structured dictionaries containing temperature, wind, precipitation, and condition details. The package includes both a programmatic interface for integration into applications (originally built for Home Assistant) and a command-line tool for direct queries by latitude and longitude.
The library depends on requests for HTTP calls, xmltodict for XML parsing, pytz for timezone handling, docopt for CLI argument parsing, and vincenty for distance calculations. It targets a broad Python version range from 3.4 onward, though the aging maintenance status and lack of recent feature updates suggest it is stable but not actively developed.
Use it for:
- Integrate live Dutch weather forecasts into a home automation or smart home system.
- Build a weather dashboard or mobile app that displays current conditions and precipitation forecasts for Netherlands locations.
- Query precipitation likelihood and rainfall amounts for the next 5–120 minutes to trigger alerts or automations.
- Fetch multi-day weather forecasts including temperature, wind, and condition codes for display or analysis.
- Use the CLI tool to quickly check weather data from the command line for debugging or ad-hoc queries.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Fetches current weather data and precipitation forecasts from the buienradar service via JSON and XML APIs, with both library and command-line interfaces.
Yes, if you need Dutch weather data and accept the aging maintenance status. The package is stable, has no known vulnerabilities, and low install friction. It is well-suited for Home Assistant integrations and other applications that depend on buienradar.nl data and do not require active development. Not recommended if you need ongoing feature updates or support for new API versions.
Install
buienradar on PyPI
pip
pip install buienradaruv
uv add buienradarpoetry
poetry add buienradarInstalling buienradar
Before you install
Low install friction with a pure-Python wheel distribution. Maintenance is aging—last release was 537 days ago, though the repository remains active with a recent commit on 2025-02-23. Suitable for stable integrations but not for rapid feature development.
License in practice
MIT license is permissive; you can use, modify, and distribute this package freely with minimal restrictions, making it safe for both personal and commercial projects.
Quickstart
pip install buienradar
import buienradar
result = buienradar.get_data(latitude=52.091579, longitude=5.119734)
print(result['data']['temperature'])
Verify before relying
- Whether the buienradar.nl API endpoints remain stable and accessible, as the package depends on external services.
- Current support status for Python versions beyond 3.8, given the aging maintenance timeline.
Package facts
| License | MIT (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — docopt, pytz, requests, xmltodict, vincenty |
| Maintenance | aging — 537 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 74,832/month — #14,786 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: buienradar-1.0.9-py3-none-any.whl
Keywords: buienradar, weather
Tags
More Internet packages
Botocore provides low-level, data-driven access…
permissive · top 100 on PyPI
aiobotocoreProvides an async client for AWS services using…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
filelockProvides a platform-independent file locking…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
googleapis-common-protosProvides common Protocol Buffer message…
permissive · top 100 on PyPI
irm-kmi-apiAsync Python client to fetch current weather,…
permissive · top 15,000 on PyPI
simple-dwd-weatherforecastRetrieves hourly weather forecasts for the next…
permissive · top 15,000 on PyPI
meteofrance-apiPython client for the private Météo-France API,…
permissive · top 15,000 on PyPI
accuweatherAsync Python wrapper for fetching current…
permissive · top 15,000 on PyPI
openmeteo-requestsFetches weather data from the Open-Meteo API…
permissive · top 15,000 on PyPI
env_canadaProvides async access to Environment Canada…
permissive · top 15,000 on PyPI
meteomaticsConnects Python applications to the Meteomatics…
permissive · top 15,000 on PyPI
giosFetches real-time air quality measurements from…
permissive · top 15,000 on PyPI
suntimesCalculates sunrise and sunset times for any…
permissive · top 15,000 on PyPI
meteostatMeteostat provides access to historical weather…
unclear · top 15,000 on PyPI