pyrocko.client.isc

Client to get earthquake catalog information from ISC.

Classes

ISC([catalog])

Interfacing the catalog of the Internation Seismological Centre (ISC).

class ISC(catalog=None)[source]

Bases: EarthquakeCatalog

Interfacing the catalog of the Internation Seismological Centre (ISC).

get_phase_markers(time_range, station_codes, phases)[source]

Download phase picks from ISC catalog and return them as a list of pyrocko.gui.PhaseMarker instances.

Parameters:
  • time_range – Tuple with (tmin tmax)

  • station_codes – List with ISC station codes (see http://www.isc.ac.uk/cgi-bin/stations?lista). If station_codes is ‘global’, query all ISC stations.

  • phases – List of seismic phases. (e.g. [‘P’, ‘PcP’]