obspy.io.kinemetrics.core.read_evt

read_evt(filename_or_object, **kwargs)[source]

Reads a Evt file and returns a Stream object.

Warning

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

Parameters:filename_or_object (str or file-like object) Evt file to be read
Return type:Stream
Returns:Stream object containing header and data