Skip to main content

Hello!


when I use this kind of filter of images by time interval using Landsat 4 TM L2 images:


docs.sentinel-hub.com
6adc0c17c58b09f5b8063eac7b1d8a910040498a.png


Evalscript V3



Evalscript V3 is a powerful tool for imagery visualization, multitemporal scripting, datafusion, scene filtering, etc.







docs.sentinel-hub.com
6adc0c17c58b09f5b8063eac7b1d8a910040498a.png


Evalscript V3



Evalscript V3 is a powerful tool for imagery visualization, multitemporal scripting, datafusion, scene filtering, etc.







Where can I manage the pixels that are cover by clouds?

Is there an example that uses this time interval filter and exclude pixels covered by clouds?


Thanks!

Hi Fernando,


You can easily filter out scenes that are too cloudy, for example using the maxCloudCoverage parameter in your payload.


If you want to filter out cloudy pixels you can utilise this by using the SCL bands for Sentinel-2 or the BQA bands for Landsat satellites. An example of how to create a cloudless mosaic was written by Max Kampen, and the evalscript used in that post maybe useful to you.


You can do something similar with Landsat I think, check out the docs related to this here.


Cheers!


Reply