You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have two issues with the post search request as described below:
While searching the STAC using post request with the body containing both, "bbox" and "intersects", I am supposed to receive 400 bad request error (source: https://github.com/radiantearth/stac-api-spec/tree/main/item-search).
But, I am not receiving any such error, but getting rendered with the items.
So, can you please look into it.
Describe the bug
I have two issues with the post search request as described below:
While searching the STAC using post request with the body containing both, "bbox" and "intersects", I am supposed to receive 400 bad request error (source: https://github.com/radiantearth/stac-api-spec/tree/main/item-search).
But, I am not receiving any such error, but getting rendered with the items.
So, can you please look into it.
In eodag/eodag/rest/utils.py (https://github.com/CS-SI/eodag/blob/develop/eodag/rest/utils.py#L274C2-L281C44), there seems to be a checking on an attribute "geom" which was not part of STAC spec.
So, can you please look into it.
Code To Reproduce
CLI commands or Python code snippet to reproduce the bug. Please use maximum verbosity using:
Output
Compete output obtained with maximal verbosity.
Environment:
Additional context
The text was updated successfully, but these errors were encountered: