skillfed

georss-qld-bushfire-alert-client

A GeoRSS client library for the Queensland Bushfire Alert feed.

georss-qld-bushfire-alert-client v2026.6.0 73.6K downloads/30d#14,971 on PyPI0
Permissive license Apache-2.0 Active released

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

uv

uv add georss-qld-bushfire-alert-client

poetry

poetry add georss-qld-bushfire-alert-client

Installing 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

Development Status :: 5 - Production/StableOperating System :: OS IndependentProgramming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

queensland bushfire alertsgeorss feed clientbushfire alert monitoringqld fire feed parsergeographic alert filteringbushfire data trackingalert feed manager
georssemergency-alertsaustralia

More Internet packages

botocore

Botocore provides low-level, data-driven access…

permissive · top 100 on PyPI

aiobotocore

Provides an async client for AWS services using…

permissive · top 100 on PyPI

pydantic

Pydantic validates Python data structures…

permissive · top 100 on PyPI

filelock

Provides a platform-independent file locking…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

googleapis-common-protos

Provides common Protocol Buffer message…

permissive · top 100 on PyPI

georss-generic-client

Provides generic access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

aio-geojson-nsw-rfs-incidents

Async client library for fetching and filtering…

permissive · top 15,000 on PyPI

georss-ign-sismologia-client

Fetches and parses earthquake event data from…

permissive · top 15,000 on PyPI

georss-client

A framework for building client libraries that…

permissive · top 15,000 on PyPI

aio-georss-gdacs

Provides async access to Global Disaster Alert…

permissive · top 15,000 on PyPI

aio-georss-client

Provides async access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

aio-geojson-geonetnz-volcano

Async client library for retrieving New Zealand…

permissive · top 15,000 on PyPI

aio-geojson-client

Provides async access to GeoJSON feeds with…

permissive · top 15,000 on PyPI

aio-geojson-geonetnz-quakes

Provides async access to the GeoNet NZ Quakes…

permissive · top 15,000 on PyPI

pynws

Asynchronously fetch weather observations,…

permissive · top 15,000 on PyPI