obspy.clients.seishub.client._StationMapperClient.get_list

_StationMapperClient.get_list(network=None, station=None, **kwargs)[source]

Gets a list of station information.

Parameters
  • network (str) – Network code, e.g. 'BW'.

  • station (str) – Station code, e.g. 'MANZ'.

Return type

list

Returns

List of dictionaries containing station information.