class documentation
class Sc3ArclinkFetcher(BaseFetcher):
Undocumented
| Method | work |
The main fetcher worker |
| Method | __init__ |
Undocumented |
| Method | __load |
Undocumented |
| Method | _download |
Undocumented |
| Method | _logquery |
Undocumented |
| Instance Variable | __ |
Undocumented |
| Instance Variable | _all |
Undocumented |
| Instance Variable | _am |
Undocumented |
| Instance Variable | _host |
Undocumented |
| Instance Variable | _merge |
Undocumented |
| Instance Variable | _user |
Undocumented |
def work(self, key, items):
overrides
fetchtool.Downloader.BaseFetcher.workThe main fetcher worker
When implementing a new fetcher you are responsible to implement this.
| Parameters | |
key:str | The key of items |
items:list | A lista of request lines corresponding to the request key received |
| Returns | |
obspy.Stream | An obspy stream with the fetched data |