A data warehouse for high-powered scenario analysis in the domain of integrated assessment of climate change and energy systems modeling
11
stars
6
forks
source link
Add option to (top-level) filter `meta` by model and scenario #71
Closed
danielhuppmann closed 7 months ago
As I wrote in #66, I believe that it is more intuitive to filter like
instead of (the multi-nested)
because 1. model and scenario names are part of the Model and Scenario tables (not Run) and 2. because it's less complex.
This PR adds the
ModelFiler
andScenarioFilter
to theRunMetaEntryFilter
. The warning about cartesian products was solved by #69 (it seems).Note that this PR is directed into #69.