obspy.db.client.Client.get_channel_ids

Client.get_channel_ids(network=None, station=None, location=None)[source]

Fetches all possible channel id’s.

Parameters:
  • network (str, optional) – Filter result by given network id if given. Defaults to None.

  • station (str, optional) – Filter result by given station id if given. Defaults to None.

  • location (str, optional) – Filter result by given location id if given. Defaults to None.