This present PR present a set of tools developed to interact with the following vocabularies online:
Tools described
NERC JSON-LD API [./vocabylary/nerc.py]: The tool makes possible to retrieve any list of terms for a vocabulary available on the NVS server and information available within a specific term.
CF Convention XML [./vocabylary/cf.py]: Retrieve specified version of the CF Convention standard name table. It uses the xml format available and convert it to a dictionary or pandas dataframe.
NERC workflow
I'm also presenting a Jupyter Notebook method to retrieve any relation ships between BODC (P01) term and other vocabularies associated as available on the NVS server. This could be the longterm goal.
BODC to CF
I also present a method to map CF standard names to a broad range of P01 terms (same or more specific) by leveraging the Label convention used by P01. A first example can be found within the json file here.
PR Description
This present PR present a set of tools developed to interact with the following vocabularies online:
Tools described
./vocabylary/nerc.py
]: The tool makes possible to retrieve any list of terms for a vocabulary available on the NVS server and information available within a specific term../vocabylary/cf.py
]: Retrieve specified version of the CF Convention standard name table. It uses the xml format available and convert it to a dictionary or pandas dataframe.NERC workflow
I'm also presenting a Jupyter Notebook method to retrieve any relation ships between BODC (P01) term and other vocabularies associated as available on the NVS server. This could be the longterm goal.
BODC to CF
I also present a method to map CF standard names to a broad range of P01 terms (same or more specific) by leveraging the Label convention used by P01. A first example can be found within the json file here.