obspy.zmap.core.readZmap

readZmap(filename, **kwargs)[source]

Reads a ZMAP file and returns an ObsPy Catalog object.

Warning

This function should NOT be called directly, it registers via the ObsPy readEvents() function, call this instead.

Parameters:filename (str or file) ZMAP string, name of ZMAP file to be read or open file-like object.
Return type:Catalog
Returns:An ObsPy Catalog object.