Skip to content
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

Dataset metadata validation: problem with download service protocol 'File for download" #1140

Open
MartinePaepen opened this issue Nov 21, 2024 · 0 comments
Assignees

Comments

@MartinePaepen
Copy link

Our dataset metadata doesn't validate in the INSPIRE validator tool with an error on "Resource locator for Download service linking"
URL:
https://globalland.vito.be/geonetwork/srv/api/records/clms_global_fcover_300m_v1_10daily/formatters/xml

The specs in the INSPIRE tests explanations pointed out to https://github.com/inspire-eu-validation/metadata/blob/2.0/ds-linked-service/ds-md-resource-locator.md
And the applicable download service protocol values ( https://inspire.ec.europa.eu/metadata-codelist/ProtocolValue ) include the "File for download" label.
However it seems that this is a newly ingested protocol value ( insert date: 2024-07-26 08:25 AM CEST) and this is not yet implemented in the INSPIRE test validator.

The xml metadata in our file is:
gmd:transferOptions
gmd:MD_DigitalTransferOptions
gmd:onLine
gmd:CI_OnlineResource
gmd:linkage
gmd:URLhttps://globalland.vito.be/download/netcdf/fraction_green_cover/fcover_300m_v1_10daily</gmd:URL>
</gmd:linkage>
gmd:protocol
<gmx:Anchor xlink:href=http://inspire.ec.europa.eu/metadata-codelist/ProtocolValue/www-download>File for download</gmx:Anchor>
</gmd:protocol>
gmd:applicationProfile
<gmx:Anchor xlink:href=http://inspire.ec.europa.eu/metadata-codelist/SpatialDataServiceType/download>Download Service</gmx:Anchor>
</gmd:applicationProfile>
gmd:name
gco:CharacterStringGlobal Land product download service</gco:CharacterString>
</gmd:name>
</gmd:CI_OnlineResource>
</gmd:onLine>
</gmd:MD_DigitalTransferOptions>
</gmd:transferOptions>

The word document attached provides you more information.
INSPIRE Validator Issue with download service - VITO .docx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: To do
Development

No branches or pull requests

2 participants