obspy.clients.seishub.client._StationMapperClient.get_coordinates

_StationMapperClient.get_coordinates(network, station, datetime, location='')[source]

Get coordinate information.

Returns a dictionary with coordinate information for specified station at the specified time.

Parameters:
  • network (str) Network code, e.g. 'BW'.
  • station (str) Station code, e.g. 'MANZ'.
  • datetime (UTCDateTime) Time for which the PAZ is requested, e.g. '2010-01-01 12:00:00'.
  • location (str) Location code, e.g. '00'.
Return type:

dict

Returns:

Dictionary containing station coordinate information.