obspy.clients.filesystem.tsindex.Client._do_timespans_overlap

Client._do_timespans_overlap(ts1, ts2)[source]

Checks whether or not two time span named tuples (e.g. NameTuple(earliest, latest)) intersect with one another.

Parameters:
  • ts1 (namedtuple) Earliest timespan.
  • ts2 (namedtuple) Latest timespan.