obspy.clients.filesystem.sds.Client.get_all_stations

Client.get_all_stations(sds_type=None)[source]

Return information on what stations are included in archive.

This method assumes that network/station combinations can be discovered from the folder structure alone (as opposed to the filenames).

Parameters:

sds_type (str) – Override SDS data type identifier that was specified during client initialization.

Return type:

list

Returns:

List of (network, station) 2-tuples of all available stations in archive.