-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
652e625
commit 9fefad7
Showing
3 changed files
with
14 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
ohsome_quality_api/indicators/attribute_completeness/templates.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,12 @@ | ||
--- | ||
label_description: | ||
red: >- | ||
Less than 25% of the features match the expected tags. | ||
The attribute completeness is low (<25%). | ||
yellow: >- | ||
Around 25-75% of the features match the expected tags. | ||
The attribute completeness is medium (25%-75%). | ||
green: >- | ||
More than 75% of the features match the expected tags. | ||
The attribute completeness is high (>75%). | ||
undefined: >- | ||
The quality level could not be calculated for this indicator. | ||
result_description: >- | ||
The ratio of the topic $topic in the selected area (all: $all) compared to the topic $topic with the | ||
expected $tags (matched: $matched) is $result. | ||
$result% of all "$topic" features (all: $all) in your area of interest have the selected additional $tags (matched: $matched). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters