obspy.db.client.Client

class Client(url=None, session=None, debug=False)[source]

Bases: object

Client for a database created by obspy.db.

Attributes

__dict__
__doc__ str(object=’‘) -> string
__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 endtimes 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.

Special Methods

__init__ Initializes the client.

This Page