obspy.io.zmap.core

ZMAP read/write support.

ZMAP is a simple 10 column CSV file (technically TSV) format for basic catalog data (see [Wiemer2001]).

copyright:

The ObsPy Development Team (devs@obspy.org), Lukas Heiniger

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_zmap

Checks whether a file is ZMAP format.

_read_zmap

Reads a ZMAP file and returns an ObsPy Catalog object.

_write_zmap

Writes a ZMAP file.

Classes

Pickler

Unpickler