/request_data

A simple set of tools to download seismic data as .SAC files

Primary LanguagePython

A simple script to download seismic data as .SAC files.

Stephen Mosher (2020)

Short description

The main script is download_data_SAC.py which calls the function request().py. The code relies on the ObsPy client module and is thus great for requesting data from web servers that implement the FDSN webservice definitions.

Dependencies

  • python 3.5
  • obspy
  • numpy

Instructions

  1. Open download_data_SAC.py and edit the request parameters.
  2. Close and run.
  3. See data appear.

Further details

Available clients are (from the ObsPy documentation https://docs.obspy.org/packages/obspy.clients.fdsn.html):