obspy.clients.seedlink.basic_client.Client¶
- class Client(server, port=18000, timeout=20, debug=False)[source]¶
Bases: builtins.object
SeedLink request client.
This client is intended for requests of specific, finite time windows. To work with continuous realtime data streams please see SLClient and EasySeedLinkClient.
Parameters: Attributes
__dict__ __doc__ str(object=’‘) -> str __module__ str(object=’‘) -> str __weakref__ list of weak references to the object (if defined) Public Methods
get_info Request available stations information from the seedlink server. get_waveforms Request waveform data from the seedlink server. Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
_connect Open new connection to seedlink server. _init_client Make fresh connection to seedlink server _multiselect_request Make a multiselect request to underlying seedlink client _packet_handler Custom packet handler that accumulates all waveform packets in a Special Methods
__dir__ default dir() implementation __format__ default object formatter __init__ Initializes the SeedLink request client. __new__ Create and return a new object. __reduce__ helper for pickle __reduce_ex__ helper for pickle __sizeof__ size of object in memory, in bytes __subclasshook__ Abstract classes can override this to customize issubclass().