Hi all,
I am currently trying to retrieve images during a specific time interval for different latitude - longitude points.
I noticed that my Python script works fine most of the time, but for certain points no image is retrieved from the server (although when navigating through the sentinel hub browser I noticed that there are actually satellite images available within my searched time interval).
See below one example of my Python Script for a specific point:
As we can see, no images were retrieved. However, when looking at the Sentinel Hub for the exact same latitude-longitude point (-13.14, -55.65), I can see that there are actually several images available from Sentinel 2 L1C Satellite.
Does anyone what might be the problem? (Already checked and both my script and image from web browser were retrieving images from the Sentinel 2 L1C Satellite)