From 2a7ff51ffb40007dcc221ffae33f6b5cd4218005 Mon Sep 17 00:00:00 2001 From: Matthias Merdes Date: Mon, 9 Dec 2024 14:38:56 +0100 Subject: [PATCH 1/2] config: include indicator for `attribute-completeness` in core profile #856 https://github.com/GIScience/ohsome-quality-api/issues/856 --- ohsome_quality_api/indicators/indicators.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ohsome_quality_api/indicators/indicators.yaml b/ohsome_quality_api/indicators/indicators.yaml index 7dff4a8a7..523eef434 100644 --- a/ohsome_quality_api/indicators/indicators.yaml +++ b/ohsome_quality_api/indicators/indicators.yaml @@ -65,6 +65,7 @@ attribute-completeness: name: Attribute Completeness projects: - bkg + - core quality_dimension: completeness description: >- Derive the ratio of OSM features compared to features which From f612d5d3d8588ed37ec6a810c9d190d36611b549 Mon Sep 17 00:00:00 2001 From: Matthias Merdes Date: Mon, 9 Dec 2024 14:53:32 +0100 Subject: [PATCH 2/2] doc: update changelog #856 https://github.com/GIScience/ohsome-quality-api/issues/856 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4cc3fb69..b26b1654c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Current Main +- attribute-completeness: indicator for `attribute-completeness` is now included in core profile ([#856]) + +[#856]: https://github.com/GIScience/ohsome-quality-api/issues/856 + ## Release 1.8.0 ### New Features