When working with pyam over the past week, I noticed the following missing filter options in the facade:
-
For Platform.iamc.tabulate():
There is a shorthand to filter by year (which converts to step_year) which takes an integer but not a list of integers. The corresponding "simple" filters like region take a string or a list of strings.
-
For Run.iamc.tabulate():
It is not possible to filter by year or step_year, plus a shorthand-filter like year=[2005, 2010] would be nice.
When working with pyam over the past week, I noticed the following missing filter options in the facade:
For
Platform.iamc.tabulate():There is a shorthand to filter by
year(which converts tostep_year) which takes an integer but not a list of integers. The corresponding "simple" filters likeregiontake a string or a list of strings.For
Run.iamc.tabulate():It is not possible to filter by
yearorstep_year, plus a shorthand-filter likeyear=[2005, 2010]would be nice.