read_segd
read_segd copied to clipboard
SEG D bindings to ObsPy
read_segd
SEG D bindings to ObsPy
You must have ObsPy installed to use this package.
Usage
From command line
Getting help:
python read_segd.py -h
Converting to miniSEED:
python read_segd.py -f MSEED file.segd
Converting to SAC:
python read_segd.py -f SAC file.segd
From Python
from read_segd import read_segd
st = read_segd('file.segd')