Skip to content

Commit

Permalink
Merge pull request #526 from JonathanGregory/issue237
Browse files Browse the repository at this point in the history
Clarify that the character set given in section 2.3 for variable, dimension, attribute and group names is a recommendation, not a requirement
  • Loading branch information
larsbarring committed Jun 17, 2024
2 parents 118eed7 + 772a528 commit 19241b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ch02.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The examples in this document that use string-valued variables alternate between

=== Naming Conventions

Variable, dimension, attribute and group names should begin with a letter and be composed of letters, digits, and underscores.
It is recommended that variable, dimension, attribute and group names begin with a letter and be composed of letters, digits, and underscores.
By the word _letters_ we mean the standard ASCII letters uppercase `A` to `Z` and lowercase `a` to `z`.
By the word _digits_ we mean the standard ASCII digits `0` to `9`, and similarly _underscores_ means the standard ASCII underscore `_`.
Note that this is in conformance with the COARDS conventions, but is more restrictive than the netCDF interface which allows almost all Unicode characters encoded as multibyte UTF-8 characters (link:$$https://docs.unidata.ucar.edu/nug/current/file_format_specifications.html$$[NUG Appendix B]).
Expand Down
1 change: 1 addition & 0 deletions history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

=== Working version (most recent first)

* {issues}237[Issue #237]: Clarify that the character set given in section 2.3 for variable, dimension, attribute and group names is a recommendation, not a requirement.
* {issues}515[Issue #515]: Clarify the recommendation to use the convention of 4.3.3 for parametric vertical coordinates, because the previous wording caused confusion.
* {issues}511[Issue #511]: Appendix B: New element in XML file header to record the "first published date"
* {issues}509[Issue #509]: In exceptional cases allow a standard name to be aliased into two alternatives
Expand Down

0 comments on commit 19241b6

Please sign in to comment.