--- id: georss-qld-bushfire-alert-client version: "2026.6.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # georss-qld-bushfire-alert-client — A GeoRSS client library for the Queensland Bushfire Alert feed. License: permissive · Maintenance: active · Downloads: 73.6K/mo ## 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 above — 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 pip install georss-qld-bushfire-alert-client uv add georss-qld-bushfire-alert-client 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_current - Install friction: low - Maintenance: active - Downloads: 73.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags queensland bushfire alerts, georss feed client, bushfire alert monitoring, qld fire feed parser, geographic alert filtering, bushfire data tracking, alert feed manager, georss, emergency-alerts, australia [View on SkillFed](https://skillfed.io/packages/georss-qld-bushfire-alert-client) · [View on PyPI](https://pypi.org/project/georss-qld-bushfire-alert-client/)