-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: cmip6 dataset-errata integration #16
Comments
I've been looking into this, unfortunately there seems to be such discrepancy in the way this is used, I doubt for the moment the all service is adding much information. |
Created esdoc.py with errata and esdoc functions, we can now retrieve and print errata from tracking_id and esdoc for CMIP6 based on dataset_ids. |
The functions and tests for them are now in master, there still no way to call them from the command line |
Possible options for command line Adding flag --docs followed by a document type, this should trigger the creation of a doc file with the information. Adding flag --verbose extra option to be used with docs to have shorter or longer version of documents |
Errata will be managed programatically in CMIP6 using ES-DOC
https://es-doc.org/cmip6-dataset-errata/
This is an extract on how it will be possible to search for errata:
"Search & View
Groups can search & view published errata via a simple to use web application which support two types of search:
Faceted: one can search by various facets such as institute, model, experiment, variable, severity & status.
PID: one can enter persistent identifers, i.e. PIDs. Each PID is resolved to the list of affected datasets and by extension the related errata."
So we should be able to use the PID from the files to check if any errata info exists and retrieve it.
The text was updated successfully, but these errors were encountered: