Philip Hackstock
Philip Hackstock
## Is your feature request related to a problem? Please describe. A subscription function to communities (or authors) would be nice so that you can get email (or any other...
As part of the region-processing done by `nomenclature` there can be the comparison between model native and aggregated results. This comparison is done using `pyam.compare`. The output of this function...
## Problem description When trying to combing two or more `IamDataFrame`s using `pyam.concat` or `IamDataFrame.append()` we get an error if we combine frames with and without a subannual column. Here's...
[Fnmatch](https://docs.python.org/3/library/fnmatch.html) is a python standard library tool which provides unix style wildcard pattern matching. Not as powerful as regex of course but for just matching with `*` it should be...
It's been a little over a month since python 3.12 was officially released. Would be worth a short to see if it's out of the box compatible if that hasn't...
As I was trying to update climate-assessment to use the latest scmdata to use pandas 2.0 (here: https://github.com/iiasa/climate-assessment/pull/46#issuecomment-1768050532) I got an error which looks to be related to pymagicc and...
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...
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?
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 ```...