Skip to content

claudiodsf/read_segd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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')

About

SEG D bindings to ObsPy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages