obspy.seishub.client._WaveformMapperClient.getLocationIds

_WaveformMapperClient.getLocationIds(network=None, station=None, **kwargs)[source]

Gets a list of location ids.

Parameters:
  • network (str) Network code, e.g. 'BW'.
  • station (str) Station code, e.g. 'MANZ'.
Return type:

list

Returns:

List of containing location ids.

This Page