obspy.clients.filesystem.tsindex.Client._create_avail_tuple

Client._create_avail_tuple(network, station, location, channel, earliest, latest, sr=None)[source]

Returns a tuple representing available waveform data.

Parameters:
  • network (str) Network code of requested data (e.g. “IU”). Wildcards ‘*’ and ‘?’ are supported.
  • station (str) Station code of requested data (e.g. “ANMO”). Wildcards ‘*’ and ‘?’ are supported.
  • location (str) Location code of requested data (e.g. “”). Wildcards ‘*’ and ‘?’ are supported.
  • channel (str) Channel code of requested data (e.g. “HHZ”). Wildcards ‘*’ and ‘?’ are supported.
  • earliest (UTCDateTime) Earliest date of timespan.
  • latest (UTCDateTime) Latest date of timespan.
  • sr (float) Sensor sample rate (optional).