obspy.clients.filesystem.sds.Client¶
-
class
Client
(sds_root, sds_type='D', format='MSEED', fileborder_seconds=30, fileborder_samples=5000)[source]¶ Bases:
object
Request client for SeisComP Data Structure archive on local filesystem.
For details see the
__init__()
method.Attributes
FMTSTR
__dict__
__doc__
__module__
__weakref__
list of weak references to the object (if defined)
Public Methods
Return information on what streams are included in archive.
Return information on what stations are included in archive.
Get percentage of available data.
Get latency for given stream, i.e.
Read data from a local SeisComP Data Structure (SDS) directory tree.
Check if specified stream has any data.
Private Methods
Warning
Private methods are mainly for internal/developer use and their API might change without notice.
Get time of last sample for given stream.
Get filename for certain waveform.
Get list of filenames for certain waveform and time span.
Special Methods
Default dir() implementation.
Default object formatter.
Initialize a SDS local filesystem client.
This method is called when a class is subclassed.
Create and return a new object.
Helper for pickle.
Helper for pickle.
Size of object in memory, in bytes.
Abstract classes can override this to customize issubclass().