library(formattable)library(dplyr)library(knitr)library(tidyr)library(readxl)JETP <-read_xlsx("/Users/mac/SusFinExercise0202/FinalRawData.xlsx", sheet =7)share <-read_xlsx("/Users/mac/SusFinExercise0202/FinalRawData.xlsx", sheet =2)powermix <-read_xlsx("/Users/mac/SusFinExercise0202/FinalRawData.xlsx", sheet =3)powermix <- powermix %>%rename(Bioenergy ='Electricity from bioenergy (TWh) (zero filled)',Coal ='Electricity from coal (TWh)',Gas ='Electricity from gas (TWh)',Hydro ='Electricity from hydro (TWh)',Nuclear ='Electricity from nuclear (TWh)',Oil ='Electricity from oil (TWh)',Solar ='Electricity from solar (TWh)',Wind ='Electricity from wind (TWh)',Others ='Other renewables excluding bioenergy (TWh) (zero filled)') %>%pivot_longer(cols =c("Others":"Coal"), names_to ="Source", values_to ="Electricity")SA <-read_xlsx("/Users/mac/SusFinExercise0202/FinalRawData.xlsx", sheet =4)financialflow <-read_xlsx("/Users/mac/SusFinExercise0202/FinalRawData.xlsx", sheet =5)Emission <-read_xlsx("/Users/mac/SusFinExercise0202/FinalRawData.xlsx", sheet =8)
Figure 1-1: interactive map
Figure 1-1: Global Map of Just Energy Transition Partnership (JETP)
South Africa, Indonesia and Vietnam were the first 3 countries to receive JETP funding, while the Philippines, Senegal, and India are meeting with IPG donor countries
Source: Green Network | Latest Data: March 2023 | Made by Norah Zhang
Source: UNFCCC COP26 Updates on JETP | Latest Data: 2022 | Made by Norah Zhang
Figure 3: combined scattered and area plots
Figure 3: Foreign Public Energy Investments in South Africa: Project-Based Investments (left) and Total Investment Trend (right))
IBRD, China, the US, and ADB heavily invested in fossil energy projects while Germany and Japan invested more in renewables. Total investment in non-renewables in South Africa is growing faster than that in renewables.