-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generalize result values of all Indicators by introducing a result class value #369
Conversation
a2ad698
to
9adaff3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general pretty good. Please create an issue for each indicator to adjust to 5 classes instead of 3.
7eb4f59
to
6a912e1
Compare
I created an issue for this. |
workers/ohsome_quality_analyst/indicators/mapping_saturation/indicator.py
Show resolved
Hide resolved
f22954f
to
248a573
Compare
248a573
to
084a818
Compare
@joker234 thank you for the review. I updated the branch and resolved existing conlicts ( |
Generalize result values of all Indicators by introducing a result class value. Every Indicator determines a result class value for itself. The result class value range is 1 up to 5 and maps to the result labels.
084a818
to
065b428
Compare
Description
Every Indicator determines a result class value for itself.
The result class value range is 1 up to 5 and maps to the result labels.
Corresponding issue
Closes #321
New or changed dependencies
Checklist
main
(e.g. throughgit rebase main
)