Hi, I’m trying out EO-learn modules and I’ve come across some problems filtering out cloudy scenes from the landsat 4/5 collection. What parameter should I pass instead of CLM, which is for Sentinel-2 :
filter_task = SimpleFilterTask((FeatureType.MASK, 'CLM '), MaxCCPredicate(maxcc=0.05))

