Skip to main content

Hi there,


I am a new to sentinel hub and a bit lost with the whole ecosystem.


I am a python developer and I was wondering if I can select less cloudy patches of an Area Of Interest over a time interval. I didn’t find this in sentinelhub-py & eo-learn documentation.


For example, I would like to get a Sentinel-2 L2A tiff file for a country composed by the less cloudy EOPatch found over a time interval of 2 months.


Thank you for your help

Hi @ApourAmour,


The simplest way to achieve this is by setting the maxcc parameter in sentinelhub-py, see example Example 4: True color of the multiple acquisitions in certain time window with cloud coverage less than 30%


Additionally, you can use custom_url_params to set PRIORITY to leastCC. See custom parameter priority here.


Best,

Matej


Reply