Hi, I’m trying to make a call to check the images available in a certain time range.
The example I have works perfectly, however, when I change the information for the region that interests me, there is no return.
Below is the request and response.
Hello, I still have the same problem, when I place, in the same request, a different BBOX, it returns values, however, when I place the BBOX referring to the area that interests me, the result is null.
Can someone help me?
Please share the code block you are using. It’s difficult to help you from the screenshots you are using. Ideally, you can share examples where I can replicate your issue.
The coordinates used for the Bounding Box in each request is different. In the first examples they make sense for WGS84, in the second example they appear to be for WGS84 UTM (EPSG:3857). Make sure this is consistent and/or use the SRSNAME parameter.
You are using the services-uswest2 endpoint to search for DSS1 (Sentinel-2). This is the wrong endpoint for Sentinel-2 imagery. You should be using https://services.sentinel-hub.com
Ok, I believe I wasn’t clear enough, there is the language barrier and the technical issue of the problem.
Let’s go.
I need to know the dates with images available for this BBOX:
[-47.373046875,-16.46769474828896,-47.28515625,-16.383391123608387]
I’ve tried every possible way, and I can’t bring any value.
For other coordinates, it brings it, for the one I need it doesn’t.
These coordinates are from Brazil.
If I change the coordinates for Europe, it brings me a result, however, not for Brazil.
I’ve read the documentation several times, however, as I said, the language is a problem, as I’m not a native English speaker.
I’m not sure what was wrong with your request, but it might be to do with the configuration you created in your dashboard. You can also build requests using Request Builder if this is easier for you.