convert seisan nordic format to obspy catalog

Hello everyone:

Is there any python code to convert SEISAN nordic format (s-file) to
obspy catalog? I've found a code written by Austin but it didnt work!
(seems its not completed yet)

Regards

I'm not aware of any such code (is there a link?). Anyway, since it
seems to be a plain text format it should be pretty easy to implement,
compare e.g. the code to read NonLinLoc output:
https://github.com/obspy/obspy/blob/master/obspy/io/nlloc/core.py#L169-L300

best,
Tobias

Tobias,

There is a link here for Austin’s python modules: http://wichita.ogs.ou.edu/documents/python/

Regards,

Paul