nomenclature icon indicating copy to clipboard operation
nomenclature copied to clipboard

A package to work with IAMC-style variable templates

Results 41 nomenclature issues
Sort by recently updated
recently updated
newest added

It might be a good idea to remove training white spaces from the dimensions of model, scenario, variable and unit. The fact that we currently don't do this causes some...

enhancement

I think this could be a very nice first task for @dc-almeida. Adding NUTS regions as part of nomenclature.yaml What do you think @danielhuppmann?

enhancement

Per https://github.com/IAMconsortium/common-definitions/pull/91, the package should support replacing tags if the attribute is a list of strings.

Per a suggestion by @phackstock in https://github.com/IAMconsortium/common-definitions/pull/89/files#r1559026392, the project-validation feature should have a (default) option to raise an error if variable naming conventions like replacing `...|Share` by ` [Share]` are...

Currently we include default values when writing to yaml which can make for somewhat unwieldy files. Instead of: ``` - Some Variable: description: Some basic variable unit: skip-region-aggregation: false ```...

enhancement

As pointed out by @danielhuppmann, there are certain cases in which: ```console import nomenclature nomenclature.__version__ ``` prints out `0.0.0` or some other wrong number. It's also `0.0.0` in readthedocs https://nomenclature-iamc.readthedocs.io/en/stable/....

bug

`legacy-definitions` is not defined here: https://github.com/IAMconsortium/nomenclature/blob/1a2c2ed43a6822cd4597bcd2ec15579c9a51322e/docs/user_guide/config.rst?plain=1#L47-L58

documentation

Closes #290. @danielhuppmann, I took a look at the questions you brought up in #290 and I think we should be good. The case that you described would be as...