obspy.clients.filesystem.tsindex.Client.get_availability_percentage
- Client.get_availability_percentage(network, station, location, channel, starttime, endtime)[source]
Get percentage of available data.
- 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 requested time window.endtime (
UTCDateTime
) – End of requested time window.
- Return type:
- Returns:
Tuple of percentage of available data (
0.0
to1.0
) and number of gaps/overlaps.