Skip to main content

Hi,


I am using Senitinel Hub and have created a small web app (http://ec2-18-224-72-163.us-east-2.compute.amazonaws.com/agri/indices.html) but the image is unavailable at 6.15, 0.067 in this app while it shows on the dashboard. What could be the problem?

Can you be more specific on what th eproblem is?

What do you mean with “6.15” and “0.067”?

How can we reproduce the error?


Plot that GPS location. No satellite data can be found. In other words there’s no visualization for NDVI,NDRE or NDWI. However I can see the data on your dashboard but not the one I output to my end user


First issue I see is that you have MAXCC=20 hard-coded in the call, which means that you are filtering out all scenes, which have more than 20% cloud coverage. As you are interested in tropical areas, there are usually lots of clouds. If you change this to MAXCC=100, you should get the data.

See also this link for more information about cloud filtering:

55fbf2256e3053117aa178cc95591ccdfdbe5e57.pngsentinel-hub.com
d3714e73b38a87afa3c31502a6696052a7395163.png


What is the best way to do cloud filtering at a specific AOI?



What is the best way to do cloud filtering at a specific AOI? We recommend to follow the steps described here.







If you want to create a multi-temporal mosaic, check this script:

favicon.svggithub.com

custom-scripts/sentinel-2/max_ndvi at master · sentinel-hub/custom-scripts



master/sentinel-2/max_ndvi



A repository of custom scripts to be used with Sentinel Hub







Reply