skillfed

buienradar

Library and CLI tools for interacting with buienradar.

buienradar v1.0.9 74.8K downloads/30d#14,786 on PyPI13
Permissive license MIT AGING released

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 buienradar

uv

uv add buienradar

poetry

poetry add buienradar

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8

Tags

buienradar weather apidutch weather forecastprecipitation forecast libraryweather data pythonbuienradar json apirainfall predictionweather cli tool
weather-apihome-automation

More Internet packages