skillfed

aio-geojson-nsw-rfs-incidents

An async GeoJSON client library for NSW Rural Fire Service Incidents.

aio-geojson-nsw-rfs-incidents v2026.6.0 73.8K downloads/30d#14,933 on PyPI2
Permissive license Apache-2.0 Active released

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

uv

uv add aio-geojson-nsw-rfs-incidents

poetry

poetry add aio-geojson-nsw-rfs-incidents

Installing 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

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

nsw rural fire service incidentsasync geojson fire datafire incident feed clientlocation-based fire alertsgeojson feed parseraiohttp fire serviceincident filtering by radius
geojsonfire-incidentshome-assistant

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

aio-geojson-geonetnz-volcano

Async client library for retrieving New Zealand…

permissive · top 15,000 on PyPI

georss-qld-bushfire-alert-client

Fetches and parses Queensland Bushfire Alert…

permissive · top 15,000 on PyPI

aio-georss-gdacs

Provides async access to Global Disaster Alert…

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

aio-georss-client

Provides async access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

georss-generic-client

Provides generic access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

georss-client

A framework for building client libraries that…

permissive · top 15,000 on PyPI

georss-ign-sismologia-client

Fetches and parses earthquake event data from…

permissive · top 15,000 on PyPI

gios

Fetches real-time air quality measurements from…

permissive · top 15,000 on PyPI