Ejemplo n.º 1
0
 def __init__(self, datacube):
     AbstractIngester.__init__(self, datacube)
Ejemplo n.º 2
0
    def __init__(self, collection):
        """Initialise the source_dir cache then call Ingester init"""

        self.source_dir = None
        AbstractIngester.__init__(self, collection=collection)