Closed jdhoffa closed 1 month ago
A new data input dependency data_map.json was introduced into pacta-dashboard-svelte in https://github.com/RMI-PACTA/pacta-dashboard-svelte/pull/17
data_map.json
pacta-dashboard-svelte
We need now ensure that this dataset is prepared properly in this repository.
The relevant preparation function can be found here: https://github.com/RMI-PACTA/pacta.portfolio.report/blob/main/R/prep_exposure_map.R
Presumably, this means we need to add something along the lines of this:
# data_map.json ---------------------------------------------------------- prep_exposure_map( equity_results_map, bonds_results_map, portfolio_name, start_year ) %>% translate_df_contents("data_map", dictionary) %>% export_data_utf8("data_map", output_dir = output_dir)
To the main.R script in this repo.
main.R
FYI @AlexAxthelm @MonikaFu
AB#11581
ADO update: Ticket has been added as child of: https://dev.azure.com/RMI-PACTA/2DegreesInvesting/_workitems/edit/10614
To be prioritized appropriately :-)
A new data input dependency
data_map.json
was introduced intopacta-dashboard-svelte
in https://github.com/RMI-PACTA/pacta-dashboard-svelte/pull/17We need now ensure that this dataset is prepared properly in this repository.
The relevant preparation function can be found here: https://github.com/RMI-PACTA/pacta.portfolio.report/blob/main/R/prep_exposure_map.R
Presumably, this means we need to add something along the lines of this:
To the
main.R
script in this repo.FYI @AlexAxthelm @MonikaFu
AB#11581