I am trying to follow this guide: https://www.sentinel-hub.com/faq/best-way-do-cloud-filtering-specific-aoi/
in order to get statistics for Cloud Coverage for specific AOIs with no luck. I can’t find the CLM and CLP bands as a product in the configuration layer. Thus I am using the “s2cloudless pseudoprobabilities” product. Also, the statistical info service is giving me NaN values. Maybe because I am using the wrong product? Could anyone advise me on this?
Thank you very much for your response. Let me rephrase. In order to get all the images which have less than 20% cloud coverage for a time period and for a certain AOI, I am using this guide https://www.sentinel-hub.com/faq/best-way-do-cloud-filtering-specific-aoi/ . I am trying to get the CLM mask and compute the mean value as proposed in the above guide. In this guide it’s written:
“4. Output of the service will give you array of all dates along with mean value of “cloud” for each of the dates. Mean value “0” means there are no clouds, “1” fully covered, “0.7” 70% covered.”
but still with the return [CLM]; I am getting NaN values. for example:
So, the question remains, which layer configuration is suitable in order to get valid and true cloud mask values so that I can use them as threshold when I will download the images I want, without downloading fully cloudy images and waste all my processing units in data that I can’t work with. If this is not clear enough please ask me to clarify it further.
Can you post here an example of the FIS request that you are making? You can mask a part of the instance ID.
This will help us to figure out the issue you are facing.
RESOLUTION parameter is by definition in the same units as the BBOX. So you are essentially running the request on resolution of 10 degrees. This triggers processing in the top PREVIEW level, at which cloud mask are not precomputed.