Skip to content

Project Work - CO2 Emissions and Temperature Rise: A Global and Regional Analysis

License

Notifications You must be signed in to change notification settings

ordass00/made_fau

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Work - CO2 Emissions and Temperature Rise: A Global and Regional Analysis

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:

  1. How have global CO2 emissions and temperature anomalies developed over the years?
  2. 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.

Structure

+-- .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

Links to Ressources

  • Final Report as PDF
  • Final Presentation as PDF

Author

  • Oliver Dassinger

Exercise Badges

About

Project Work - CO2 Emissions and Temperature Rise: A Global and Regional Analysis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.7%
  • Other 0.3%