obspy.db.client.Client.get_location_ids

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

Fetches all possible location 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.