Skip to content

Commit

Permalink
issue #678 support shapely in load collection spatial extent
Browse files Browse the repository at this point in the history
  • Loading branch information
ElienVandermaesenVITO committed Dec 10, 2024
1 parent 146f35e commit ef50a25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openeo/rest/datacube.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit ef50a25

Please sign in to comment.