Agent skill

obspy-datacenter-client

ObsPy allows you to easily download earthquake data from various data centers/networks through its client API. This is an overview of available services and a demo of the client API for International Federation of Digital Seismograph Networks (FDSN). Use this if you need to download earthquake research data.

Stars 897
Forks 232

Install this agent skill to your Project

npx add-skill https://github.com/benchflow-ai/skillsbench/tree/main/tasks/seismic-phase-picking/environment/skills/obspy-datacenter-client

SKILL.md

Retrieving Data from Data Centers

The most common use case is likely to download waveforms and event/station meta information. In almost all cases you will want to use the obspy.clients.fdsn module for this. It supports the largest number of data centers and uses the most modern data formats. There are still a number of reasons to choose a different module but please make sure you have one.

Read obspy-client-fdsn.md for usage of the FDSN client API.

The FDSN Web Services

Basic FDSN Web Services

Available Data Types Format
Waveforms MiniSEED and optionally others
Station Information StationXML and Text
Event Information QuakeML and Text

Note: Not all data providers offer all three data types. Many offer only one or two.

If you want to requests waveforms, or station/event meta information you will most likely want to use the obspy.clients.fdsn module. It is able to request data from any data center implementing the FDSN web service definitions. Example data centers include IRIS/ORFEUS/INGV/ETH/GFZ/RESIF/… - a curated list can be found here. As a further advantage it returns data in the most modern and future proof formats.

FDSN Routing Web Services

If you don't know which data center has what data, use one of the routing services. ObsPy has support for two of them:

i. The IRIS Federator. ii. The EIDAWS Routing Service.

FDSN Mass Downloader

If you want to download a lot of data across a number of data centers, ObsPy's mass (or batch) downloader is for you. You can formulate your queries for example in terms of geographical domains and ObsPy will download waveforms and corresponding station meta information to produce complete data sets, ready for research, including some basic quality control.

IRIS Web Services

Available Data Types and Formats: Various

IRIS (in addition to FDSN web services) offers a variety of special-purpose web services, for some of which ObsPy has interfaces in the obspy.clients.iris module. Use this if you require response information in the SAC poles & zeros or in the RESP format. If you just care about the instrument response, please use the obspy.clients.fdsn module to request StationXML data which contains the same information.

The interfaces for the calculation tools are kept around for legacy reasons; internal ObsPy functionality should be considered as an alternative when working within ObsPy:

IRIS Web Service Equivalent ObsPy Function/Module
obspy.clients.iris.client.Client.traveltime() obspy.taup
obspy.clients.iris.client.Client.distaz() obspy.geodetics
obspy.clients.iris.client.Client.flinnengdahl() obspy.geodetics.flinnengdahl.FlinnEngdahl

Earthworm Wave Server

Available Data Types Format
Waveforms Custom Format

Use the obspy.clients.earthworm module to request data from the Earthworm data acquisition system.

NERIES Web Services

This service is largely deprecated as the data can just as well be requested via the obspy.clients.fdsn module.

NEIC

Available Data Types Format
Waveforms MiniSEED

The Continuous Waveform Buffer (CWB) is a repository for seismic waveform data that passes through the NEIC "Edge" processing system. Use the obspy.clients.neic module to request data from it.

SeedLink

Available Data Types Format
Waveforms MiniSEED

To connect to a real time SeedLink server, use the obspy.clients.seedlink module. Also see the ObsPy Tutorial for a more detailed introduction.

Syngine Service

Available Data Types Format
Waveforms MiniSEED and zipped SAC files

Use the obspy.clients.syngine module to download high-frequency global synthetic seismograms for any source receiver combination from the IRIS syngine service.

Expand your agent's capabilities with these related and highly-rated skills.

benchflow-ai/skillsbench

csv-processing

Use this skill when reading sensor data from CSV files, writing simulation results to CSV, processing time-series data with pandas, or handling missing values in datasets.

897 232
Explore
benchflow-ai/skillsbench

pid-controller

Use this skill when implementing PID control loops for adaptive cruise control, vehicle speed regulation, throttle/brake management, or any feedback control system requiring proportional-integral-derivative control.

897 232
Explore
benchflow-ai/skillsbench

yaml-config

Use this skill when reading or writing YAML configuration files, loading vehicle parameters, or handling config file parsing with proper error handling.

897 232
Explore
benchflow-ai/skillsbench

simulation-metrics

Use this skill when calculating control system performance metrics such as rise time, overshoot percentage, steady-state error, or settling time for evaluating simulation results.

897 232
Explore
benchflow-ai/skillsbench

vehicle-dynamics

Use this skill when simulating vehicle motion, calculating safe following distances, time-to-collision, speed/position updates, or implementing vehicle state machines for cruise control modes.

897 232
Explore
benchflow-ai/skillsbench

web-interface-guidelines

Vercel's comprehensive UI guidelines for building accessible, performant web interfaces. Use this skill when reviewing or building UI components for compliance with best practices around accessibility, performance, animations, and visual stability.

897 232
Explore

Didn't find tool you were looking for?

Be as detailed as possible for better results