obspy-datacenter-client

Download seismic waveforms, station metadata, and events via ObsPy's FDSN client.

Updated Jan 15, 2026
One-click install
npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill obspy-datacenter-client
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: obspy-datacenter-client
Source: https://github.com/KaiserWhoLearns/skillsbench/tree/main/tasks/earthquake-location-determination/environment/skills/obspy-datacenter-client
Command: npx skills add https://github.com/KaiserWhoLearns/skillsbench --skill obspy-datacenter-client

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ObsPy enables researchers to download earthquake data from data centers and networks through its client API. This overview provides a practical demo of the client API for FDSN to help access seismic data for research.

Core Features & Use Cases

  • Access waveforms, station information, and event data via obspy.clients.fdsn.
  • Learn how to route requests across multiple data centers using ObsPy.
  • Use IRIS, INGV, GFZ and other providers for data retrieval in research workflows.

Quick Start

Use the ObsPy FDSN client to fetch waveform data for a known event.

Frequently Asked Questions about obspy-datacenter-client

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I download seismic waveforms from multiple data centers using ObsPy?

ObsPy's FDSN client allows you to download seismic waveforms, station metadata, and event information from global data centers like IRIS, INGV, and GFZ by querying and routing requests through a unified API.

What is the best way to fetch station metadata and event data via FDSN?

Fetching station metadata and event data via FDSN is done through ObsPy's client API, which queries and routes requests across multiple data centers to retrieve comprehensive seismic information for research.

Do I need the ObsPy package installed to use the FDSN client for seismic data?

Yes, using the FDSN client to query, route, and retrieve waveforms, stations, and events requires the ObsPy package and its specific FDSN client modules to be installed in your environment.

Can I route requests across IRIS, INGV, and GFZ data centers for earthquake data?

Yes, ObsPy's FDSN client supports routing requests across IRIS, INGV, and GFZ data centers to query and retrieve seismic waveforms, station information, and event data within your research workflows.

How does ObsPy route FDSN requests across different data providers?

ObsPy routes FDSN requests by using its client API to query multiple data centers simultaneously, allowing researchers to retrieve waveforms, stations, and events from providers like IRIS, INGV, and GFZ through a single interface.