jpjones76 / SeisIO.jl

Julia language support for geophysical time series data
http://seisio.readthedocs.org
Other
47 stars 21 forks source link

Support for another Q files? #86

Open ihuangz opened 2 years ago

ihuangz commented 2 years ago

Hi Jones,

have you planned to support the Q files of Seismic Handler?

Another issue, is it possible to read the data directly from the .tar/tar.gz/tar.bz2 files?

Regards,

Zhouchuan

jpjones76 commented 2 years ago

I'm mostly unfamiliar with Seismic Handler, but everything I've found about it suggests that it uses mini-SEED. There's mention of a "Q format" in https://www.seismic-handler.org/chrome/site/sh.pdf, but that particular PDF was last updated 27 April 1992 and I'm not seeing any description of the Q file format. Could you please provide a link to the file format spec?

ihuangz commented 2 years ago

Perhaps you may find it in the Obspy module:

https://docs.obspy.org/_modules/obspy/io/sh/core.html#_read_q

ihuangz commented 2 years ago

Here is the code in C: https://github.com/marcelobianchi/shtools