Valid#

The command valid check if a string input correspond to a term drs_name attribute or not. This feature can be use in CLI and API.

Knowing the term id:#

esgvoc valid IPSL cmip6:institution_id:ipsl
../_images/CLI_Valid_term.png

Note

IPSL is the drs_name of the term with id ipsl therefore the valid command return “True”.

Knowing the only the collection id:#

esgvoc valid IPSL cmip6:institution_id:
../_images/CLI_Valid_collection.png

Note

This command looks for the drs_name in every term in the specified collection.

Knowing the only the project id:#

esgvoc valid IPSL cmip6::
../_images/CLI_Valid_project.png

Note

This command looks for the drs_name in every term in the specified project. Therefore, it could be pretty long compared to the above functions.

Find it in all known projects#

esgvoc valid IPSL ::
../_images/CLI_Valid_all_project.png

Note

This command looks for the drs_name in every project. Therefore, it could be pretty long compared to the above functions.