euroargodev / ArgoNetCDF

Argo NetCDF format and content
Creative Commons Zero v1.0 Universal
6 stars 2 forks source link

Add Argo GDAC DOI in global attributes #5

Closed tcarval closed 1 year ago

tcarval commented 2 years ago

Consider adding DOIs to acknowledge Argo data &/or other funding sources directly in the Argo files. According to ACDD-1.3, Argo GDAC DOI may be mentioned in global attributes as:

MarkIggy commented 2 years ago

Question for the FileChecker: Will this be checked by the FileChecker? If so, will it be an ERROR (file rejected) or a WARNING (file allowed, but warning message generated)?

apswong commented 1 year ago

There are several entries in the global attributes section that are optional entries. I would suggest that this DOI addition, if agreed to go in the global attributes section, should also be considered an optional entry. In that case, the FileChecker will not need to check it.

tcarval commented 1 year ago

Conclusion : add the "Argo GDAC doi" in the optional global attribute "id" The global attribute "id" is recommended by ACDD1.3 https://wiki.esipfed.org/Attribute_Convention_for_Data_Discovery_1-3#Recommended

_// global attributes: :title = "Argo float metadata file" ; :institution = "CORIOLIS" ; :source = "Argo float" ; :history = "2019-01-15T13:43:44Z creation; 2019-01-15T13:43:44Z last update (coriolis float real time data processing)" ; :references = "http://www.argodatamgt.org/Documentation" ; :id = "https://doi.org/10.17882/42182" ; :user_manual_version = "3.1" ;** :Conventions = "Argo-3.1 CF-1.6" ; :decoder_version = "CODA027d" ;

Update of Argo user's manual global attributes paragraph

tcarval commented 1 year ago

Transfered to https://github.com/nvs-vocabs/ArgoVocabs/issues/43