Climate change poses a critical threat to global ecosystems, economies, and societies. Understanding the relationship between CO2 emissions and global temperature rise is essential in addressing climate change, as it impacts not only the global environment but also the economic stability and health of societies worldwide. Therefore, this study aims to analyze the correlation between CO2 emissions and temperature anomalies on a global level, and then breaking it down for selected countries on a regional scale. By investigating these trends over time, this study provides insights into the effectiveness of regional policies and identifies areas where more effective strategies must be developed to mitigate the effects of climate change.
In this report, the following key topics are analyzed:
- How have global CO2 emissions and temperature anomalies developed over the years?
- How are global and regional CO2 emissions and temperature anomalies correlated?
Note: In this report, “global” refers to analyses conducted on a worldwide and continental scale, while “regional” refers to analyses conducted on a few selected countries.
+-- .github
| +-- workflows
| +-- ci.yml # GitHub Action for project tests
| +-- exercise-feedback.yml # GitHub Action for exercise feedback
|
+-- data # Folder for the used datasets (only locally)
|
+-- exercises
| +-- exercise1.jv # Exercise 1 submission
| +-- exercise2.jv # Exercise 2 submission
| +-- exercise3.jv # Exercise 3 submission
| +-- exercise4.jv # Exercise 4 submission
| +-- exercise5.jv # Exercise 5 submission
|
+-- project
| +-- analysis-report.pdf # Final analysis report as PDF
| +-- analysis_report.ipynb # Final analysis report as Jupyter Notebook (with code)
| +-- data-report.pdf # Data report as PDF
| +-- data_exploration.ipynb # Data exploration
| +-- data_report.ipynb # Data report as Jupyter notebook
| +-- pipeline.py # Data pipeline script in Python
| +-- pipeline.sh # Data pipeline script in Shell
| +-- project-plan.md # Project plan
| +-- test.py # Automated test script in Python
| +-- test.sh # Automated test script in Shell
|
+-- .gitignore
+-- README.md
- Oliver Dassinger