예제 #1
0
 def __init__(self, datacube):
     AbstractIngester.__init__(self, datacube)
예제 #2
0
    def __init__(self, collection):
        """Initialise the source_dir cache then call Ingester init"""

        self.source_dir = None
        AbstractIngester.__init__(self, collection=collection)
예제 #3
0
 def __init__(self, datacube):
     AbstractIngester.__init__(self, datacube)
    def __init__(self, collection):
        """Initialise the source_dir cache then call Ingester init"""

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