Sentinel-2 missing images March

Hi
I’m using sentinelhub to search images. I usually use a bbox as a parameter to search
Is something wrong with API sentinelhub?, It’s seems like not up to date

for example, for this geometry:
[[-61.931949,-29.962167],[-61.931949,-29.955349],[-61.918688,-29.955349],[-61.918688,-29.962167],[-61.931949,-29.962167]],

the last images was 2021-03-20

Best,
Santiago.-

There are also images on 25th of March, but very much cloudy:

Might it be that you have a cloud coverage filter in your search? Not sure, which API exactly you are using and with which parameters.

I can confirm that the OpenSearch module of SentinelHub is not returning the latest tiles.

sentinelhub.opensearch.get_area_info() makes requests to http://opensearch.sentinel-hub.com/resto/api/collections/Sentinel2/search.json.

Example request: http://opensearch.sentinel-hub.com/resto/api/collections/Sentinel2/search.json?startDate=2021-03-10T00%3A00%3A00&completionDate=2021-04-05T23%3A59%3A59.999999&box=31.812421953030118%2C51.11488494224619%2C31.82382391525974%2C51.12036069603231&maxRecords=500&index=1

Returns only 3 tiles:

  • tiles/36/U/VB/2021/3/23/0
  • tiles/36/U/VB/2021/3/18/0
  • tiles/36/U/VB/2021/3/13/0

But many more and recent tiles are available on the S3 bucket: aws s3 ls s3://sentinel-s2-l1c/tiles/36/U/VB/2021/3/ --request-payer requester

I noticed the same issue with any other bounding box I was querying. sentinelhub.opensearch.get_area_info() returns tiles up to 2021-03-23. Do you know what could be the cause? Is there any workaround I could use to check which tiles a bounding box belongs to?

Hi @karol.stanski,
please note that the OpenSearch interface is not actively maintained as it is not one of our core services. We are trying to keep it running, but we do not recommend its use for production purposes.
Do use STAC compliant Catalogue instead:

1 Like

Note that Open Search is up-to-date again.