pik-piam / edgeTransport

A detailed transport sector model.
5 stars 15 forks source link

Add integration with piamPlotComparison for compareScenarios #247

Closed fbenke-pik closed 1 month ago

fbenke-pik commented 5 months ago

This PR moves the generic logic to create a compareScenarios pdf to the library piamPlotComparison.

The following files are no longer needed:

The section markdowns used to generate the current pdf are EDGE-T specific and remain in this repo. To work with the new framework, they were moved to the folder /inst/compareScenarios/ and renamed to cs_NN_TEXT.Rmd (e.g. inst/Rmd/compareScenarios_Transport/csEDGET_01_energy_demand.Rmd -> inst/compareScenarios/cs_01_energy_demand.Rmd).

inst/compareScenarios/cs_06_costs_and_shareweight_trends.Rmd was refactored to use dplyr instead of data.table. The output generated has not changed through this refactoring.

Rmd files not used in the current cs2 plotting were left in the original folder inst/Rmd/compareScenarios_Transport/. If they are no longer needed, they should be deleted.

fbenke-pik commented 1 month ago

Closed in favour of https://github.com/pik-piam/reporttransport/pull/19