obspy / obspy

ObsPy: A Python Toolbox for seismology/seismological observatories.

Home Page:https://www.obspy.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reading CyberShake seismograms in obspy

jrekoske opened this issue · comments

Problem

Hi, is there any interest to add an obspy reader for CyberShake seismogram data? These are synthetic seismograms used for seismic hazard analysis. The documentation for the format is here:

https://strike.scec.org/scecpedia/Accessing_CyberShake_Seismograms#Seismogram_Format

and that page contains some example Python code used to read the data. It'd be nice to be able to load these seismograms directly into traces using obspy read

Proposed solution

No response

Should be fairly simple to add, you wanna give it a shot?