Skip to content

Commit

Permalink
DriverDataCube: remove link with deprecated ImageCollection
Browse files Browse the repository at this point in the history
  • Loading branch information
soxofaan committed Mar 24, 2023
1 parent 47246f0 commit a1b2527
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions openeo_driver/datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from pyproj import CRS
import requests

from openeo import ImageCollection
from openeo.metadata import CollectionMetadata
from openeo.util import ensure_dir
from openeo_driver.datastructs import SarBackscatterArgs, ResolutionMergeArgs, StacAsset
Expand All @@ -29,11 +28,9 @@
log = logging.getLogger(__name__)


class DriverDataCube(ImageCollection):
class DriverDataCube:
"""Base class for "driver" side raster data cubes."""

# TODO cut the openeo.ImageCollection chord (https://github.com/Open-EO/openeo-python-client/issues/100)

def __init__(self, metadata: CollectionMetadata = None):
self.metadata = CollectionMetadata.get_or_create(metadata)

Expand Down

0 comments on commit a1b2527

Please sign in to comment.