-
Notifications
You must be signed in to change notification settings - Fork 6
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
KPI_7 results are 0/0 for all records #124
Comments
Hi Anna, I took a look at a concrete example: urn:x-wmo:md:int.eumetsat:EO:EUM:DAT:MSG:AIRMASS This metadata record includes text as link under <gmd:graphicOverview>
<gmd:MD_BrowseGraphic>
<gmd:fileName>
<gco:CharacterString>https://navigator.eumetsat.int/preview/0deg-airmass.jpg</gco:CharacterString>
</gmd:fileName>
</gmd:MD_BrowseGraphic>
</gmd:graphicOverview> and KPI_7 result was: "kpi_007": {
"name": "KPI-7: Graphic overview for non bulletins metadata records",
"total": 0,
"score": 0,
"comments": [],
"percentage": null
}, At the moment the code expects an Anchor under xpath = '//gmd:identificationInfo/gmd:MD_DataIdentification/gmd:graphicOverview/gmd:MD_BrowseGraphic/gmd:fileName/gmx:Anchor' Example in documentation <gmx:Anchor xlink:href="https://navigator.eumetsat.int/preview/meteosat-msg_naturalenhncd.jpg">Meteosat MSG Natural Enhanced Color</gmx:Anchor> And I assume that this affects several metadata sets in the same way. From the logic I also see the anchor as reasonable and better. Possibly one could be nevertheless less strict and also accept This should be discussed and decided by your team ;-) |
@wmo-im/tt-wismd for review/discussion at tomorrow's meeting. |
@josusky -- was this fixed in pywcmp? I think it can be fixed by removing gmx:Anchor from the Xpath.
|
@amilan17 I see action in the meeting notes https://github.com/wmo-im/tt-wismd/wiki/Meeting-2022-03-17 but not a decision. Perhaps the action should have been "create pywcmp issue" :-) |
Summary and Purpose
None of the 120K+ records from DWD test site appear to have graphicOverview and we should investigate the reason and determine and, if relevant, the value of keeping this KPI.
Some potential explanations that should be explored:
Screenshot
The text was updated successfully, but these errors were encountered: