obspy.io.iaspei.core

IASPEI Seismic Format (ISF) support for ObsPy

Currently only supports reading IMS1.0 bulletin files.

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

GNU Lesser General Public License, Version 3 (https://www.gnu.org/copyleft/lesser.html)

Private Functions

Warning

Private functions are mainly for internal/developer use and their API might change without notice.

__is_ims10_bulletin

Checks whether a file is ISF IMS1.0 bulletin format.

__read_ims10_bulletin

Reads an ISF IMS1.0 bulletin file to a Catalog object.

_buffer_proxy

Calls a function with an open file or file-like object as the first argument.

_decode_if_possible

_is_ims10_bulletin

Checks whether a file is ISF IMS1.0 bulletin format.

_read_ims10_bulletin

Reads an ISF IMS1.0 bulletin file to a Catalog object.

Classes

ISFReader

Exceptions

ISFEndOfFile