obspy.clients.filesystem.sds.Client._get_filename

Client._get_filename(network, station, location, channel, time, sds_type=None)[source]

Get filename for certain waveform.

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”).
  • time (UTCDateTime) Time of interest.
  • sds_type (str) Override SDS data type identifier that was specified during client initialization.
Return type:

str