Skip to main content

University of Texas at Dallas Earthquake Dataset

Project description

PyPI GitHub stars GitHub forks GitHub followers LinkedIn

seismonitor

Hugging Face Dataset Read the Docs

University of Texas at Dallas Earthquake Dataset

A global earthquake dataset constructed from high-quality source and receiver metadata, including associated seismic phase picks across diverse station geometries.

utdquake

Documentation

Full documentation for UTDQuake is available here:

Read the Docs

You will see:

  • QuickStart guide to get you up and running
  • Detailed API reference
  • Tutorials and example workflows

Dataset

The dataset is available on Hugging Face: UTDQuake

Hugging Face Dataset

Installation (utdquake)

pip install utdquake

Why this dataset matters?

Curated datasets of earthquake events and phase picks are essential for modern seismology, especially in the AI era. While waveform datasets have advanced earthquake detection, multistation picks provide complementary information crucial for phase association and earthquake location.

This dataset offers structured event catalogs, station metadata, and phase picks across networks, supporting reproducible research and the development of data-driven seismological methods.

What’s inside?

Directory Format Description
network/ *.parquet Network metadata.
events/ *.parquet Earthquake event catalogs per network.
stations/ *.parquet Station metadata per network.
picks/ *.parquet Seismic phase pick datasets per network.
bank/ *.zip ObsPlus EventBank datasets, one per network. Can be read directly using ObsPlus EventBank.

For details on the contents and schema of each dataset, please refer to the Hugging Face dataset viewer.

To get started, see the Quick Start section below, or click “Use this dataset” on the Hugging Face dataset page for example loading code.

Quick start

Basic Access

import utdquake as utdq

# dataset overview 
dataset = utdq.Dataset()
print(dataset)

# network level
network_data = dataset.networks
print(network_data)

dataset.plot_overview(savepath="utdquake.png")

Network Data

# load network 
network = dataset.get_network(name="tx")
print(network)

# events
events = network.events
print(events)

# stations
stations = network.stations
print(stations)

# picks
picks = network.picks
print(picks)

Event Bank

Check ObsPlus EventBank for more details.

# get event bank
ebank = network.bank # 

# Example: Filter by event_id
ev_ids = events["event_id"].iloc[:5].tolist()
cat = ebank.get_events(event_id=ev_ids)
print(cat)

# Example 2: Other filter (check obsplus.EventBank for more details)
cat2 = ebank.get_events(minmagnitude=4.3)
print(cat2)

Plot

# get Obspy Event
network = dataset.get_network(name="tx")
network.plot_overview(savepath="overview.png")
network.plot_uncertainty_boxplots(savepath="uncertainty_boxplots.png")
network.plot_station_location_uncertainty(savepath="station_location_uncertainty.png")
network.plot_stats(savepath="stats.png")
network.plot_pick_histograms(savepath="histograms.png")
network.plot_pick_stats(savepath="pick_stats.png")

Thanks

Thanks to the UT Dallas HPC team for providing the computational resources for this dataset.

We also thank the seismology and AI communities for their work in earthquake research, and Hugging Face for hosting and sharing open datasets.

We welcome feedback and contributions!

Authors

Emmanuel Castillo
University of Texas at Dallas
Emmanuel
Nadine Ushakov
University of Texas at Dallas
Nadine
Marine Denolle
University of Washington
Marine

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

utdquake-0.2.2.tar.gz (110.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

utdquake-0.2.2-py3-none-any.whl (117.3 kB view details)

Uploaded Python 3

File details

Details for the file utdquake-0.2.2.tar.gz.

File metadata

  • Download URL: utdquake-0.2.2.tar.gz
  • Upload date:
  • Size: 110.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for utdquake-0.2.2.tar.gz
Algorithm Hash digest
SHA256 a0fc625943a818d81a0acd844cf7fa73c533332c1004da2fb5fb40f2e9a80cba
MD5 f3c06f0c11b8d182bef28dc41d552724
BLAKE2b-256 db95a75118f4a4d7560fbcd98bb0343abaeb82c0687cbe5106585b451ace9a0c

See more details on using hashes here.

File details

Details for the file utdquake-0.2.2-py3-none-any.whl.

File metadata

  • Download URL: utdquake-0.2.2-py3-none-any.whl
  • Upload date:
  • Size: 117.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for utdquake-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 9a7f51b3a4390d50bb3a724ca6385cb1343cc73634e59289311cbd5fb11eb3e0
MD5 5d0e924217421fe991017374d5ef5941
BLAKE2b-256 2be9b2f701042713cfc771b0821f46de65706f8b221af3cadaa8efe4c9121b5c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page