Skip to content

Tutorials

SCEDC Web Services

SCEDC PySTP

SCEDC Public Data Set (PDS)

SCEDC AWS Ridgecrest DAS

  • Retrieve DAS waveform data from AWS and basic processing

    This tutorial shows how to download distributed acoustic sensing (DAS) data from the Ridgecrest array and how to perform simple processing operations on the data (e.g., plotting earthquake strain, computing cross-correlations).

    If GitHub cannot render this notebook, one can visualize it at this link: https://nbviewer.org/github/SCEDC/tutorials/blob/main/jupyter-notebooks/DAS_aws_Ridgecrest/access_aws_data.ipynb

Sample AWS Boto3 script

This script uses boto3 to retrieve a waveform file from the SCEDC PDS and print waveform information using Obspy functions.

Accessing SCEDC/SCSN data via MATLAB

  • Retrieve event, station, and waveform data from SCEDC using MATLAB: Regular .m Script or Live Script
  • Note that both versions contain the same information and code.

    This tutorial demonstrates how to retrieve event, station, and waveform data using irisFetch in MATLAB and make basic plots with the data. The tutorial also briefly covers waveform access and plotting with the GISMO toolbox.