class documentation

A Fetcher super class

Method work The main fetcher worker
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