obspy.io.quakeml - QuakeML read and write support for ObsPy

copyright:

The ObsPy Development Team (devs@obspy.org)

license:

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

Functions

_is_quakeml

Checks whether a file is QuakeML format.

_read_quakeml

Reads a QuakeML file and returns an ObsPy Catalog object.

_read_seishub_event_xml

Reads a single SeisHub event XML file and returns an ObsPy Catalog object.

_write_quakeml

Writes a QuakeML file.

Classes

Pickler

Serializes an ObsPy Catalog object into QuakeML format.

Unpickler

De-serializes a QuakeML string into an ObsPy Catalog object.