from https://forum.dataspace.copernicus.eu/t/udp-parameter-not-applied/5282: user wants to do comparison operation with parameterized threshold ``` canopy_cover_threshold = Parameter.number(name="canopy_cover_threshold", default=30) output = tree_cover_density.apply( lambda x: x.gte(canopy_cover_threshold) ) ``` but that does not seem to work worse actually, it doesn't even fail/error
from https://forum.dataspace.copernicus.eu/t/udp-parameter-not-applied/5282:
user wants to do comparison operation with parameterized threshold
but that does not seem to work
worse actually, it doesn't even fail/error