From ef50a25dfa817ae6a656650391ebe7780ce35895 Mon Sep 17 00:00:00 2001 From: Elien Vandermaesen Date: Tue, 10 Dec 2024 15:01:18 +0100 Subject: [PATCH] issue #678 support shapely in load collection spatial extent --- openeo/rest/datacube.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openeo/rest/datacube.py b/openeo/rest/datacube.py index 6f114b369..4a0b26a70 100644 --- a/openeo/rest/datacube.py +++ b/openeo/rest/datacube.py @@ -195,7 +195,6 @@ def load_collection( arguments = { 'id': collection_id, - # TODO: spatial_extent could also be a "geojson" subtype object, so we might want to allow (and convert) shapely shapes as well here. 'spatial_extent': spatial_extent, 'temporal_extent': temporal_extent, }