obspy.clients.filesystem.tsindex.TSIndexDatabaseHandler._clean_query_rows

TSIndexDatabaseHandler._clean_query_rows(query_rows)[source]

Reformats query rows to match what is stored in the database.

Parameters:query_rows (list(tuple(str, str, str, str, UTCDateTime, UTCDateTime))) List of tuples containing (network, station, location, channel, starttime, endtime).