Open-EO / openeo-gfmap

Generic framework for EO mapping applications building on openEO
Apache License 2.0
6 stars 1 forks source link

query_cdse_catalogue fails for point geometries #180

Closed VincentVerelst closed 2 days ago

VincentVerelst commented 3 days ago

query_cdse_catalogue will return a 400 if a featurecollection contains only one point. The API expects a bounding box as input. Possibly the quickest fix would be to perform a buffer on the point right before the query, to make sure we always have a bounding box.

VincentVerelst commented 3 days ago

Urgent for worldcereal!