Skip to content

Commit ef50a25

Browse files
issue #678 support shapely in load collection spatial extent
1 parent 146f35e commit ef50a25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openeo/rest/datacube.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def load_collection(
195195

196196
arguments = {
197197
'id': collection_id,
198-
# TODO: spatial_extent could also be a "geojson" subtype object, so we might want to allow (and convert) shapely shapes as well here.
199198
'spatial_extent': spatial_extent,
200199
'temporal_extent': temporal_extent,
201200
}

0 commit comments

Comments
 (0)