Closed alwunder closed 1 year ago
The problem is that ValueConfidence
is a number field (float) and Term
is text so values never match. I changed the tool to only check text fields. See v2.12.1
Excellent. And I will just make sure that ValueConfidence
has its meaning explained in the feature class metadata.
Running the tool on a database that previously passed validation gives the following Warning:
The suggestion to add a definition to the Glossary for ValueConfidence seems like a good idea to me, so I did just that. Unfortunately, this causes an error and does not remove the Warning:
I understand that if a GeMS-like "type", "method", or "confidence" attribute was used and populated with a text string, that term would need to be defined in the Glossary like other terms. But the ValueConfidence attribute is a special case where the value in the field is not really a definable term, the attribute itself needs explanation as to the purpose of the values contained within it.
Can this be adjusted so if the field ValueConfidence occurs in the database a matching Glossary entry is perceived as valid (and suppress the Warning)? Or should it be ignored by the validation aside from being non-null (e.g., LocationConfidenceMeters)?