get_station

DbArray.get_station(start_time=None, end_time=None, **kwargs)

Get a station from the network.

Parameters
  • start_time (obspy.UTCDateTime) – The time from which on the stream has been operating at the channel.

  • end_time (obspy.UTCDateTime) – The time up to which the stream has been operating at the channel. “None” if the channel is still running.

  • name (String) – The name (code) of the station.

  • location (String) – The location code of the station.

  • id (Integer) – The database id of the station.

  • nsl (Tuple (network, station, location)) – The NSL tuple of the station.

  • nsl_string (String) – The NSL string in the format ‘station:network:location’.

Returns

The removed stations.

Return type

list of Station