NDVI not available at a location

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:

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

A post was split to a new topic: Creating 3D models from services