Sven Willner
Sven Willner
Hmm, so we would have situations that are not just aliases of the standard parameter... I would nevertheless go for convention that these should use the standard parameters and document...
Hey @OlgaCh , very sorry I haven't replied yet. Please, go ahead, we would be very happy!
Hmm, is this really necessary? Since `adapter._output` is overwritte by consecutive runs, maybe we should have a way to convert both `_parameters` and `_output` to a static dict (i.e. non-view,...
Is the column `model` actually necessary in `ScmDataFrame`? Can't it just use columns it does not know as keys for an ensemble?
I mean, `ScmDataFrame` could just ignore columns that are not `ScmDataFrame` columns (and just "pipe them throught" so no problem with pyam even if there are additional columns in the...
So you only need to autofill the `model` column when converting to an `IamDataFrame`, right (because that needs one)? But when creating a "fresh" `ScmDataFrame` that should not be necessary,...
Ah, ok. I personally would find an unspecificed `model` column more confusing (especially since one would expect that to be the SCM). But that's probably just a matter of taste...
same here, had the problem, but let's wait for better support and not include half-ready external dependencies for this.
If it can read/write all kinds of parameters (timeseries, generic, scalar) with region hierarchies and units and has a way to handle non-openscm specific additional information (either exclude or mark...
First version in #87