pyremo.codes.get_dict
- get_dict(id)[source]
Returns a dictionary with variable info.
Searches the code table for a certain variable id.
- Args:
- id (int or str): The variable identifier (might be code or
variable name or a variable name containing a code or the variable name according to CF conventions).
- Returns:
varinfo (dict): Dictionary with variable information.