obspy.io.nordic.core.read_nordic

read_nordic(select_file, return_wavnames=False, encoding='latin-1')[source]

Read a catalog of events from a Nordic formatted select file.

Generates a series of temporary files for each event in the select file.

Parameters:
  • select_file (str) Nordic formatted select.out file to open
  • return_wavnames (bool) If True, will return the names of the waveforms that the events are associated with.
  • encoding (str) Encoding for file, used to decode from bytes to string
Returns:

catalog of events

Return type:

Event