Hiya,
Is anyone aware of a way to return results from a request where the BBox falls entirely in one tile only?
At the moment, I am making a call to the catalogue API to get the 10 most recent results from a BBox. However, when I process each result, the image that is returned is often a partial result. I have worked out this is due to only part of the BBox falling into the tile.
When running the same process in the EO browser, I have the option to select a tile first (which can be the one that contains the entire BBox) and then select the results from that tile. Is there not a way to do this using the API?