cedadev / ceda-cc

CEDA File Compliance Checker
1 stars 3 forks source link

'standard_name' attribute error raised by cf checks not picked up by ceda-cc #31

Open mollymacrae opened 1 year ago

mollymacrae commented 1 year ago

There was an attribute error raised in cf checks on some SNAPSI that I was surprised was not caught by the ceda-cc checks:

ERROR: (3.3): Invalid standard_name: pressure

according to the SNAPSI tables, coordinate 'snap34' has "standard_name": "air_pressure"

whereas the data had "standard_name": "pressure"

I thought this kind of metadata error would be picked up by the ceda-cc checks?