SEG D bindings to ObsPy
You must have ObsPy installed to use this package.
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 read_segd import read_segd
st = read_segd('file.segd')