georss-qld-bushfire-alert-client
A GeoRSS client library for the Queensland Bushfire Alert feed.
What it is and what it does
This is a GeoRSS client library that connects to the Queensland Bushfire Alert Feed and retrieves alert data with geographic and category filtering. It wraps the georss_client dependency to handle feed parsing, coordinate-based filtering (radius in kilometers), and category matching, returning alerts as structured entries with properties like geometry, title, status, and distance to home coordinates.
The library also provides a Feed Manager that tracks changes across successive updates, identifying new alerts, updated entries, and removed alerts by comparing external IDs. It maintains timestamps for both the last successful update and the latest data timestamp from the feed itself, useful for applications that need to distinguish between intermittent errors and stale data.
Use it for:
- Monitor bushfires within a specified radius of a home location and filter by alert type (e.g., 'Advice', 'Patrolled').
- Build a Home Assistant integration that pushes Queensland bushfire notifications to users based on geographic proximity.
- Track alert lifecycle changes (new, updated, resolved) over time using the Feed Manager for event-driven alerting.
- Aggregate Queensland bushfire data into a dashboard or mobile app with location-aware filtering.
- Implement automated emergency response workflows triggered by specific bushfire alert categories and distances.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Fetches and parses Queensland Bushfire Alert feed data, filtering alerts by geographic radius and category, and tracking changes across updates.
Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. It solves a specific, well-defined problem (Queensland bushfire alert ingestion with geographic filtering) and is suitable for Home Assistant integrations, emergency alerting systems, or any application needing Queensland fire data.
Install
georss-qld-bushfire-alert-client on PyPI
pip
pip install georss-qld-bushfire-alert-clientuv
uv add georss-qld-bushfire-alert-clientpoetry
poetry add georss-qld-bushfire-alert-clientInstalling georss-qld-bushfire-alert-client
Before you install
Low install friction with a single runtime dependency. Active maintenance as of late July 2026, with recent release history since 2019. Supports current Python versions (3.11–3.14).
License in practice
Licensed under Apache-2.0 (permissive), allowing use, modification, and distribution with minimal restrictions.
Quickstart
pip install georss-qld-bushfire-alert-client
from georss_qld_bushfire_alert_client import QldBushfireAlertFeed
feed = QldBushfireAlertFeed((-27.5, 153.0), filter_radius=50, filter_categories=['Advice'])
status, entries = feed.update()
Requires Python 3.11 or later.
Verify before relying
- Whether the Queensland Bushfire Alert Feed endpoint remains stable and accessible over time.
- Real-world latency and reliability of feed updates under production load.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — georss_client |
| Maintenance | actively maintained — 49 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,583/month — #14,971 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: georss_qld_bushfire_alert_client-2026.6.0-py3-none-any.whl
Keywords: homeassistant, georss, australia, queensland, bushfires
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
georss-generic-clientProvides generic access to GeoRSS feeds with…
permissive · top 15,000 on PyPI
aio-geojson-nsw-rfs-incidentsAsync client library for fetching and filtering…
permissive · top 15,000 on PyPI
georss-ign-sismologia-clientFetches and parses earthquake event data from…
permissive · top 15,000 on PyPI
georss-clientA framework for building client libraries that…
permissive · top 15,000 on PyPI
aio-georss-gdacsProvides async access to Global Disaster Alert…
permissive · top 15,000 on PyPI
aio-georss-clientProvides async access to GeoRSS feeds with…
permissive · top 15,000 on PyPI
aio-geojson-geonetnz-volcanoAsync client library for retrieving New Zealand…
permissive · top 15,000 on PyPI
aio-geojson-clientProvides async access to GeoJSON feeds with…
permissive · top 15,000 on PyPI
aio-geojson-geonetnz-quakesProvides async access to the GeoNet NZ Quakes…
permissive · top 15,000 on PyPI
pynwsAsynchronously fetch weather observations,…
permissive · top 15,000 on PyPI