obspy.db.client.Client¶
- class Client(url=None, session=None, debug=False)[source]¶
Bases: future.types.newobject.newobject
Client for a database created by obspy.db.
Attributes
__dict__ __doc__ unicode(string [, encoding[, errors]]) -> object __module__ str(object) -> string __weakref__ list of weak references to the object (if defined) Public Methods
getChannelIds Fetches all possible channel id’s. getEndtimes Generates a list of last end times for each channel. getLocationIds Fetches all possible location id’s. getNetworkIDs Fetches all possible network id’s. getPreview Returns the preview trace. getStationIds Fetches all possible station id’s. getWaveformPath Generates a list of available waveform files. next Special Methods
__init__ Initializes the client. __long__ __native__ Hook for the future.utils.native() function __nonzero__ __unicode__