Daniel Huppmann
Daniel Huppmann
Based on further discussions with @phackstock, I have modified the PR and the description (see at the top) to include a way to import a csv file but minimize duplication...
Thanks @phackstock - I'm hesitant to define any dimension implicitly: first, I think it's better for readibility to always write "variable: ...", and second, we may run into a use...
Thanks @zacharyschmidt for the proposal! I took the liberty of editing your issue-description to 1) add the model, scenario and region dimensions directly when initializing the IamDataFrame (not as data...
Now with a bit more time to think this through... 1. I don't think it's a good idea to change the units associated with variables (looking at population) - better...
Right, we shouldn't hard-code anything in the actual source code - I only meant that the `input_variables_names` module should be consistent with common-definitions. The one conflict I see is "Primary...
FWIW, I think it might even be preferable to keep these variables in a separate repo directly attached to the climate-processing workflows - this way, the output of climate-processing is...
Thank you for your comments. In order to keep a simple codebase, I strongly suggest that we keep close to standard yaml syntax to avoid parsing where possible. Having a...
Sorry for the delay in the review, due to your and my vacation and then too many other ongoing activities...
Pinging @coroa @Rlamboll @znicholls, @LinhHo started implementation of a `read_netcdf` method in pyam. Could you take a look at whether the nc file that she is using is structured in...
Looks like you found a very inconvenient corner case... https://docs.xarray.dev/en/stable/user-guide/io.html I suggest the following: replace all 'None's in string-columns in `meta` by "NaN" when writing to netcdf, and then replace...