skillfed

georss-ign-sismologia-client

A GeoRSS client library for the IGN Sismologia feed.

georss-ign-sismologia-client v2026.6.0 73.6K downloads/30d#14,967 on PyPI0
Permissive license Apache-2.0 Active released

What it is and what it does

This library wraps the Instituto Geográfico Nacional Sismología (IGN) earthquake feed as a GeoRSS client, letting you query earthquake events by location and magnitude. You instantiate a feed object with home coordinates and optional filters (radius in kilometers, minimum magnitude), then call `update()` to fetch the latest data. The library returns a status code and a list of feed entries, each populated with geometry, coordinates, magnitude, region, published date, and other earthquake metadata.

The package includes a Feed Manager that tracks changes across updates—reporting new events, updates to existing events, and removed entries. It maintains timestamps of the last successful update and the latest data timestamp, useful for applications that need to handle intermittent feed failures or process only genuinely new events. Dependencies are minimal (georss_client and dateparser), and the library is actively maintained for modern Python versions.

Use it for:

  • Home automation systems that trigger alerts when earthquakes occur within a specified radius of a user's location.
  • Seismic monitoring dashboards that display recent earthquakes above a certain magnitude threshold for a geographic region.
  • Emergency response applications that need to track earthquake events and their properties for incident management.
  • Data collection pipelines that periodically fetch and archive earthquake events for analysis or research.
  • Mobile or web apps that show users earthquake activity near their home or workplace with distance and magnitude details.

Worth the install?

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

Fetches and parses earthquake event data from the Instituto Geográfico Nacional Sismología feed, with support for geographic filtering and magnitude thresholds.

Yes. The package is actively maintained, has no known vulnerabilities, low install friction, and a clear use case for earthquake-aware applications. The Apache-2.0 license poses no restrictions. Install it if you need to integrate IGN earthquake data into a Python application.

Install

georss-ign-sismologia-client on PyPI

pip

pip install georss-ign-sismologia-client

uv

uv add georss-ign-sismologia-client

poetry

poetry add georss-ign-sismologia-client

Installing georss-ign-sismologia-client

Before you install

Low install friction with just two runtime dependencies. Active maintenance as of late July 2026, marked Production/Stable, and supports current Python versions (3.11–3.14).

License in practice

Licensed under Apache-2.0 (permissive), allowing use in commercial and private projects with minimal restrictions.

Quickstart

pip install georss-ign-sismologia-client

from georss_ign_sismologia_client import IgnSismologiaFeed
feed = IgnSismologiaFeed((40.38, -3.72), filter_radius=200, filter_minimum_magnitude=3.0)
status, entries = feed.update()

Requires Python 3.11 or later.

Verify before relying

  • Whether the feed data includes real-time updates or has a known latency.
  • Whether the library handles authentication or API keys for the IGN feed.
  • Performance characteristics when filtering large result sets.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.11)
Install friction low — pure-Python wheel
Runtime dependencies 2 — georss_client, dateparser
Maintenance actively maintained — 51 days since the last release
Last repo commit
First released
Downloads 73,591/month — #14,967 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: homeassistant, georss, ign, sismologia

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

earthquake feed clientgeorss earthquake dataign sismologia feedseismic event parserearthquake alerts by locationgeorss client libraryearthquake magnitude filter
earthquake-datageorsshomeassistant

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

georss-client

A framework for building client libraries that…

permissive · top 15,000 on PyPI

georss-qld-bushfire-alert-client

Fetches and parses Queensland Bushfire Alert…

permissive · top 15,000 on PyPI

aio-geojson-geonetnz-quakes

Provides async access to the GeoNet NZ Quakes…

permissive · top 15,000 on PyPI

georss-generic-client

Provides generic access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

aio-georss-gdacs

Provides async access to Global Disaster Alert…

permissive · top 15,000 on PyPI

aio-georss-client

Provides async access to GeoRSS feeds with…

permissive · top 15,000 on PyPI

aio-geojson-geonetnz-volcano

Async client library for retrieving New Zealand…

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

segyio

Segyio reads and writes SEG-Y formatted seismic…

copyleft · top 15,000 on PyPI