skillfed

aio-geojson-geonetnz-volcano

An async GeoJSON client library for GeoNet NZ Volcanic Alert Level feed.

aio-geojson-geonetnz-volcano v2026.6.0 73.9K downloads/30d#14,915 on PyPI0
Permissive license Apache-2.0 Active released

What it is and what it does

This is an async Python wrapper around GeoNet NZ's Volcanic Alert Level GeoJSON feed. It provides convenient access to real-time volcanic alert data for New Zealand volcanoes, with built-in geographic filtering by distance from home coordinates. The library returns structured feed entries containing volcano geometry, alert levels (0–5), activity descriptions, and hazard information.

The package includes both a simple feed class for one-off updates and a feed manager for tracking changes over time—new entries, updates, and removals compared to the previous fetch. It integrates with aiohttp for async HTTP requests and is designed for use in automation systems like Home Assistant. Status codes distinguish between successful updates, no-data responses, and errors.

Use it for:

  • Monitor volcanic alerts in New Zealand and trigger home automation alerts when activity changes within a specified radius
  • Build a geographic dashboard showing real-time volcanic alert levels and hazard information for a region
  • Track volcano activity changes over time using the feed manager to detect new or updated alerts
  • Integrate volcanic hazard data into emergency response or risk assessment applications
  • Filter volcano data by distance to focus on volcanoes near a specific location

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Async client library for retrieving New Zealand volcanic alert data from GeoNet's GeoJSON feed, with distance filtering and feed management capabilities.

Yes, if you need async access to GeoNet NZ volcanic alert data. The library is actively maintained, has low install friction, carries a permissive license, and no known vulnerabilities. It is purpose-built for this specific feed and integrates cleanly with aiohttp-based applications. Not relevant outside New Zealand volcanic monitoring use cases.

Install

aio-geojson-geonetnz-volcano on PyPI

pip

pip install aio-geojson-geonetnz-volcano

uv

uv add aio-geojson-geonetnz-volcano

poetry

poetry add aio-geojson-geonetnz-volcano

Installing aio-geojson-geonetnz-volcano

Before you install

Active maintenance with recent release (46 days old). Low install friction—pure Python wheel with only three runtime dependencies (aiohttp, aio_geojson_client, pytz). Supports current Python versions (3.11–3.14).

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions, typical for open-source libraries.

Quickstart

pip install aio-geojson-geonetnz-volcano

import asyncio
from aiohttp import ClientSession
from aio_geojson_geonetnz_volcano import GeonetnzVolcanoFeed

async def main():
    async with ClientSession() as websession:
        feed = GeonetnzVolcanoFeed(websession, (-41.2, 174.7), filter_radius=200)
        status, entries = await feed.update()
        print(status, entries)

Verify before relying

  • Whether the package is actively maintained beyond the latest release date or if development has stalled
  • Real-world reliability and error handling behavior when GeoNet API is unavailable or rate-limited

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,878/month — #14,915 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: aio_geojson_geonetnz_volcano-2026.6.0-py3-none-any.whl

Keywords: homeassistant, geojson, geonetnz, volcano

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

geojson async clientgeonet nz volcano alertsvolcanic alert level feedgeolocation distance filteringhome assistant geojsonaiohttp geojson wrapperasync feed manager
geojsongeonet-nzasync-client

More WWW/HTTP packages

urllib3

urllib3 is an HTTP client library that provides…

permissive · top 100 on PyPI

requests

Requests is a Python HTTP library that…

permissive · top 100 on PyPI

h11

h11 is a pure-Python HTTP/1.1 protocol…

permissive · top 100 on PyPI

httpx

HTTPX is a fully featured HTTP client library…

permissive · top 100 on PyPI

httpcore

A minimal low-level HTTP client library that…

permissive · top 100 on PyPI

aiohttp

aiohttp is an async HTTP client and server…

permissive · top 100 on PyPI

aio-geojson-geonetnz-quakes

Provides async access to the GeoNet NZ Quakes…

permissive · top 15,000 on PyPI

aio-geojson-nsw-rfs-incidents

Async client library for fetching and filtering…

permissive · top 15,000 on PyPI

aio-geojson-client

Provides async access to GeoJSON feeds with…

permissive · top 15,000 on PyPI

aio-georss-client

Provides async access to GeoRSS feeds with…

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

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

georss-generic-client

Provides generic access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

nextdns

Async Python wrapper for the NextDNS API that…

permissive · top 15,000 on PyPI