obspy.db.client.Client.getLocationIds

Client.getLocationIds(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.