obspy.clients.base.WaveformClient.get_waveforms

abstract WaveformClient.get_waveforms(*args, **kwargs)[source]

Returns a Stream.

Keyword arguments are passed to the underlying concrete class.

Parameters:
  • network (str) – Select one or more network codes. Can be SEED network codes or data center defined codes. Multiple codes are comma-separated. Wildcards are allowed.

  • station (str) – Select one or more SEED station codes. Multiple codes are comma-separated. Wildcards are allowed.

  • location (str) – Select one or more SEED location identifiers. Multiple identifiers are comma-separated. Wildcards are allowed.

  • channel (str) – Select one or more SEED channel codes. Multiple codes are comma-separated.

  • starttime (UTCDateTime) – Limit results to time series samples on or after the specified start time

  • endtime (UTCDateTime) – Limit results to time series samples on or before the specified end time