{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/8"}],"enrichment":{"capability":"Provides async access to the GeoNet NZ Quakes feed, parsing earthquake data as GeoJSON with filtering by radius, magnitude, and time interval.","skillfed_tags":["earthquake-monitoring","geojson","async-client"],"use_cases":["Home automation: trigger alerts or actions when earthquakes above a certain magnitude occur near a monitored location.","Emergency response systems: monitor seismic activity in real time and notify stakeholders of significant events in New Zealand.","Geospatial data aggregation: collect and integrate earthquake data with other location-based services or mapping applications.","Seismic research: fetch historical and current earthquake data for analysis, filtering by magnitude, depth, and time window.","Public alerting: build a web or mobile app that displays nearby earthquakes with MMI shaking estimates for user locations."],"what_it_does":"This is an async Python client library for the GeoNet NZ Quakes feed, built on top of aio_geojson_client and aiohttp. It retrieves earthquake data from the GeoNet API as GeoJSON and exposes it through a simple async interface. You instantiate a feed object with home coordinates and optional filters (radius in km, minimum magnitude, time window, MMI threshold), then call update() to fetch current earthquake data. The library returns a status code and a list of feed entries, each populated with geometry, coordinates, magnitude, depth, locality, MMI shaking estimate, and quality metadata.\n\nThe library also provides a Feed Manager that tracks changes across updates: new earthquakes, updates to existing ones, and removals. This is useful for applications that need to react to feed changes over time\u2014such as home automation systems or emergency alerting. The Feed Manager distinguishes between the last update timestamp (regardless of success) and the last successful update timestamp, allowing consumers to handle intermittent API failures gracefully.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. It solves a specific, well-defined problem\u2014async access to New Zealand earthquake data with flexible filtering\u2014and is suitable for production use in home automation, emergency systems, or geospatial applications. The Feed Manager pattern makes it practical for long-running services."},"id":"aio-geojson-geonetnz-quakes","links":{"html":"https://skillfed.io/packages/aio-geojson-geonetnz-quakes","md":"https://skillfed.io/packages/aio-geojson-geonetnz-quakes.md","pypi":"https://pypi.org/project/aio-geojson-geonetnz-quakes/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-29","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"aio-geojson-geonetnz-quakes","python_support":"supports_current","summary":"An async GeoJSON client library for GeoNet NZ Quakes feed."},"popularity":{"monthly_downloads":74146,"position":14869,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2026.6.0"}
