class documentation

class Sc3ArclinkFetcher(BaseFetcher):

View In Hierarchy

Undocumented

Method work The main fetcher worker
Method __init__ Undocumented
Method __load_passwords Undocumented
Method _download Undocumented
Method _logquery Undocumented
Instance Variable __SSLpasswordDict Undocumented
Instance Variable _all_in_one Undocumented
Instance Variable _am Undocumented
Instance Variable _host Undocumented
Instance Variable _merge Undocumented
Instance Variable _user Undocumented
def work(self, key, items):

The main fetcher worker

When implementing a new fetcher you are responsible to implement this.

Parameters
key:strThe key of items
items:listA lista of request lines corresponding to the request key received
Returns
obspy.StreamAn obspy stream with the fetched data
def __init__(self, hostorclient='seisrequest.iag.usp.br:18001:anonymous@unreal.plc', allinone=False, merge=False):

Undocumented

def __load_passwords(self, extrafile=None):

Undocumented

def _download(self, request, stream):

Undocumented

def _logquery(self, status):

Undocumented

__SSLpasswordDict: dict =

Undocumented

_all_in_one: bool =

Undocumented

_am =

Undocumented

_host =

Undocumented

_merge =

Undocumented

_user =

Undocumented