-
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.
refactor(indicators): merge all metadata files
merge all indicator metadata files into one similar to metadata files of topics and projects
- Loading branch information
1 parent
11d6efb
commit dc9873a
Showing
16 changed files
with
122 additions
and
152 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
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
10 changes: 0 additions & 10 deletions
10
ohsome_quality_api/indicators/attribute_completeness/metadata.yaml
This file was deleted.
Oops, something went wrong.
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: 0 additions & 9 deletions
9
ohsome_quality_api/indicators/building_comparison/metadata.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,69 @@ | ||
--- | ||
density: | ||
name: Density | ||
projects: | ||
- experimental | ||
quality_dimension: none | ||
description: >- | ||
The density of features. | ||
It is calculated by the number of features | ||
divided by the area in square-kilometers. | ||
minimal: | ||
name: Minimal | ||
projects: | ||
- misc | ||
quality_dimension: minimal | ||
description: >- | ||
An minimal Indicator for testing purposes. | ||
currentness: | ||
name: Currentness | ||
projects: | ||
- core | ||
- bkg | ||
quality_dimension: currentness | ||
description: >- | ||
Estimate currentness of features by classifying contributions based on | ||
topic specific temporal thresholds into three groups: up-to-date, | ||
in-between and out-of-date. | ||
road-comparison: | ||
name: Road Comparison | ||
projects: | ||
- bkg | ||
- core | ||
quality_dimension: completeness | ||
description: >- | ||
Compare the road length of OSM roads with the road length of | ||
reference data. | ||
mapping-saturation: | ||
name: Mapping Saturation | ||
projects: | ||
- core | ||
- corine-land-cover | ||
- expanse | ||
- experimental | ||
- idealvgi | ||
- mapaction | ||
- sketchmap | ||
- bkg | ||
quality_dimension: completeness | ||
description: >- | ||
Calculate if mapping has saturated. | ||
High saturation has been reached if the growth of the fitted curve is | ||
minimal. | ||
building-comparison: | ||
name: Building Comparison | ||
projects: | ||
- bkg | ||
- core | ||
quality_dimension: completeness | ||
description: >- | ||
Comparison of OSM buildings with the buildings of reference datasets. | ||
attribute-completeness: | ||
name: Attribute Completeness | ||
projects: | ||
- bkg | ||
quality_dimension: completeness | ||
description: >- | ||
Derive the ratio of OSM features compared to features which | ||
match additional expected tags (e.g. amenity=hospital vs | ||
amenity=hospital and wheelchair=yes). |
16 changes: 0 additions & 16 deletions
16
ohsome_quality_api/indicators/mapping_saturation/metadata.yaml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
ohsome_quality_api/indicators/road_comparison/metadata.yaml
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.