sentinel-hub / sentinel2-cloud-detector

Sentinel Hub Cloud Detector for Sentinel-2 images in Python
Creative Commons Attribution Share Alike 4.0 International
410 stars 87 forks source link

[HELP] Sentinel-2 L2A Cirrus Band #79

Closed mthsdiniz closed 6 months ago

mthsdiniz commented 8 months ago

According to this document by Sentinel-hub the cirrus band B10 was excluded as it does not contain any "bottom of the atmosphere" information.

Is there a way to use the s2cloudless cloud detector without that band? If yes, how so?

Note: I'm trying to apply the package to a regular sentinel-l2a not acquired through sentinel-2 hub, therefore i dont have access to classification bands. Besides the regular bands, i have access to AOT (Aerosol Optical Thickness), WVP (Water Vapour) and SCL.

Thanks!

mlubej commented 8 months ago

Hi @mthsdiniz

Unfortunately, the s2cloudless is meant only for L1C, so it won't work on L2A. There are a few workarounds:

The second option is cheaper, since you don't need to download so many things, but the pre-computed CLP/CLM were run on 160m resolution.

mlubej commented 6 months ago

No reply, closing.