ESCOMP / CCPPStandardNames

Repository for community-accepted CCPP Standard Names and search tools
Other
3 stars 16 forks source link

Want Github Action to ensure standard names are following character rules #42

Closed nusbaume closed 7 months ago

nusbaume commented 1 year ago

As described by the CF-conventions here:

http://cfconventions.org/Data/cf-standard-names/docs/guidelines.html

standard names should start with a letter, and only contain lower-case letters, numbers, and underscores. This rule should be enforceable in an automated fashion, and thus it would be good to have a Github Action for the dictionary that ensures that only standard names that follow this rule are allowed.

mkavulich commented 7 months ago

Resolved via #52