obspy.clients.filesystem.sds.Client._get_filenames

Client._get_filenames(network, station, location, channel, starttime, endtime, sds_type=None)[source]

Get list of filenames for certain waveform and time span.

Parameters:
  • network (str) Network code of requested data (e.g. “IU”).
  • station (str) Station code of requested data (e.g. “ANMO”).
  • location (str) Location code of requested data (e.g. “”).
  • channel (str) Channel code of requested data (e.g. “HHZ”).
  • starttime (UTCDateTime) Start of time span.
  • endtime (UTCDateTime) End of time span.
  • sds_type (str) Override SDS data type identifier that was specified during client initialization.
Return type:

list of str