obspy.db.client.Client¶
- class Client(url=None, session=None, debug=False)[source]¶
Bases: builtins.object
Client for a database created by obspy.db.
Attributes
__dict__ __doc__ str(object=’‘) -> str __module__ str(object=’‘) -> str __weakref__ list of weak references to the object (if defined) Public Methods
getChannelIds getEndtimes getLocationIds getNetworkIDs getPreview getStationIds getWaveformPath get_channel_ids Fetches all possible channel id’s. get_endtimes Generates a list of last end times for each channel. get_location_ids Fetches all possible location id’s. get_network_ids Fetches all possible network id’s. get_preview Returns the preview trace. get_station_ids Fetches all possible station id’s. get_waveform_path Generates a list of available waveform files. Special Methods
__dir__ default dir() implementation __format__ default object formatter __init__ Initializes the 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().