From 317edbf747ea467d8ce38c5c1aa27020b82d79bd Mon Sep 17 00:00:00 2001 From: GeoNetwork opensource <59019313+geonetworkbuild@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:48:38 +0100 Subject: [PATCH] Standard / ISO19115-3 / Quality report / Index descriptive results (#8594) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ISO19115-3 adds possibility to provide descriptive results (and not only conformance and quantitative results). Properly index them in order to render them in measure table in record view (https://github.com/geonetwork/core-geonetwork/pull/7180) ```xml Accuracy - overall Assessment of accuracy, linked to a certain Data Set or domain, which is summarising the various components into one single measure. This metadata element is used to describe the main sources of random and systematic error in the statistical outputs, and provide a summary assessment of all errors with special focus on the impact on key estimates. The bias assessment can be in quantitative or qualitative terms, or both. It should reflect the producer's best current understanding (sign and order of magnitude) including actions taken to reduce bias. Revision aspects should also be included here if considered relevant. -text- 1111 ``` Co-authored-by: François Prunayre --- .../main/plugin/iso19115-3.2018/index-fields/index.xsl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/schemas/iso19115-3.2018/src/main/plugin/iso19115-3.2018/index-fields/index.xsl b/schemas/iso19115-3.2018/src/main/plugin/iso19115-3.2018/index-fields/index.xsl index 7f72659091f..4857ce784e5 100644 --- a/schemas/iso19115-3.2018/src/main/plugin/iso19115-3.2018/index-fields/index.xsl +++ b/schemas/iso19115-3.2018/src/main/plugin/iso19115-3.2018/index-fields/index.xsl @@ -1167,12 +1167,12 @@ + ]/mdq:result/(mdq:DQ_QuantitativeResult|mdq:DQ_DescriptiveResult)"> + select="mdq:value/gco:Record[. != '']|mdq:statement/gco:CharacterString[. != '']"/> ", - "value": "", + "value": "", "unit": "", @@ -1198,7 +1198,7 @@ } - +