aio-geojson-nsw-rfs-incidents
An async GeoJSON client library for NSW Rural Fire Service Incidents.
What it is and what it does
This library wraps the NSW Rural Fire Service incidents feed as an async GeoJSON client, letting you fetch and filter fire incident data by geographic proximity and alert category. It's built on aiohttp and pytz, and designed for integration into async Python applications—particularly Home Assistant automations and real-time monitoring systems that need to track nearby fire incidents.
The library returns incidents with structured properties: geometry, coordinates, category (Emergency Warning / Watch and Act / Advice), location, council area, fire type, size, and responsible agency. It includes a Feed Manager that tracks new, updated, and removed incidents across successive updates, and reports both the last update timestamp and the last successful update, making it suitable for systems that need to react to incident changes or handle intermittent feed failures gracefully.
Use it for:
- Home Assistant automation: trigger alerts when fire incidents appear within a set radius of home coordinates.
- Emergency response dashboard: display nearby incidents filtered by alert level and incident type.
- Fire risk monitoring: track incident status changes and size updates over time using the Feed Manager.
- Geographic incident analysis: extract and map incident geometry and coordinates for spatial analysis.
- Incident notification system: detect new incidents in specific council areas and notify subscribers.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Async client library for fetching and filtering NSW Rural Fire Service incident data as GeoJSON, with support for geographic radius and category filtering.
Yes. The package is actively maintained, has no known vulnerabilities, supports current Python versions, and solves a specific real-world problem (NSW fire incident tracking) with low install friction. The Apache-2.0 license is permissive. Install it if you need async access to NSW RFS incident data with geographic and category filtering.
Install
aio-geojson-nsw-rfs-incidents on PyPI
pip
pip install aio-geojson-nsw-rfs-incidentsuv
uv add aio-geojson-nsw-rfs-incidentspoetry
poetry add aio-geojson-nsw-rfs-incidentsInstalling aio-geojson-nsw-rfs-incidents
Before you install
Low install friction with three lightweight runtime dependencies. Actively maintained with recent releases; last commit on 2026-07-21. Supports current Python versions (3.11–3.14).
License in practice
Apache-2.0 permissive license allows commercial and private use with minimal restrictions.
Quickstart
pip install aio-geojson-nsw-rfs-incidents
import asyncio
from aiohttp import ClientSession
from aio_geojson_nsw_rfs_incidents import NswRuralFireServiceIncidentsFeed
async def main():
async with ClientSession() as websession:
feed = NswRuralFireServiceIncidentsFeed(
websession, (-33.0, 150.0), filter_radius=50
)
status, entries = await feed.update()
print(status, entries)
Requires aiohttp ClientSession and async/await runtime; Python 3.11 or later.
Verify before relying
- Feed update frequency and typical latency from NSW RFS source to library delivery.
- Whether the library handles authentication or API keys for the NSW RFS feed.
- Performance characteristics when filtering large incident datasets by radius or category.
Package facts
| License | Apache-2.0 (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — aio_geojson_client, aiohttp, pytz |
| Maintenance | actively maintained — 46 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 73,758/month — #14,933 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aio_geojson_nsw_rfs_incidents-2026.6.0-py3-none-any.whl
Keywords: homeassistant, geojson, nsw rural fire service, fire
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
aio-geojson-geonetnz-volcanoAsync client library for retrieving New Zealand…
permissive · top 15,000 on PyPI
georss-qld-bushfire-alert-clientFetches and parses Queensland Bushfire Alert…
permissive · top 15,000 on PyPI
aio-georss-gdacsProvides async access to Global Disaster Alert…
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
aio-georss-clientProvides async access to GeoRSS feeds with…
permissive · top 15,000 on PyPI
georss-generic-clientProvides generic access to GeoRSS feeds with…
permissive · top 15,000 on PyPI
georss-clientA framework for building client libraries that…
permissive · top 15,000 on PyPI
georss-ign-sismologia-clientFetches and parses earthquake event data from…
permissive · top 15,000 on PyPI
giosFetches real-time air quality measurements from…
permissive · top 15,000 on PyPI