wmo-im / pywcmp

pywcmp provides validation and quality assessment capabilities for the WMO WIS Core Metadata Profile (WCMP)
https://community.wmo.int/activity-areas/wis
Other
9 stars 8 forks source link

Allow gmx:Anchor in the resource constraints that define data license code #15

Closed josusky closed 3 years ago

josusky commented 3 years ago

Resource constraints such as the famous data license code can be either a character string or an anchor, that is, the Xpath can be either: /gmd:MD_Metadata/gmd:identificationInfo//gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints/gco:CharacterString or /gmd:MD_Metadata/gmd:identificationInfo//gmd:resourceConstraints/gmd:MD_LegalConstraints/gmd:otherConstraints/gmx:Anchor. In fact, the anchor is preferred in KPIs. Unfortunately, the pywcmp tool has Xpath hard-coded to the CharacterString.