RMI-PACTA / workflow.data.preparation

The goal of `workflow.data.preparation` is to prepare all of the necessary data inputs for the Transition Monitor web application.
Other
2 stars 0 forks source link

Add `source_scenario_pairs`, `scenario_geographies`, and `equity_markets` to manifest #207

Closed cjyetman closed 7 months ago

cjyetman commented 7 months ago

Add additional info relevant to setting parameters in workflow.transition.monitor configs to the manifest: source_scenario_pairs, scenario_geographies, and equity_markets

FYI: goal is to facilitate setting appropriate parameters, e.g. here, with something like jsonlite::fromJSON(file.path(dataprep_output_path, "manifest.json"))$parameters$output_stats (NOTE: meant to be a manual process, with the manifest suggesting possible, valid options... not totally automated [yet]) (NOTE: and/or to validate config options)