Add functionality for setting custom thresholds #21
Labels
enhancement
New feature or request
indicator
priority:high
Should be addressed as soon as possible (next release)
Thresholds are used during the computation of indicators to decide the quality of the result. This can be simple values or more sophisticated functions. Those are currently defined either in the
indicator.py
or in themetadata.yaml
file for each indicator.It makes sense to set different thresholds for multiple instances of an indicators (e.g. same indicator for different layer or regions).
Implement custom thresholds:
Ideally allow to define parameters in threshold function.
The text was updated successfully, but these errors were encountered: