GLOBAL WARMING PREDICTION SIMULATION
Eshanvi Kalluri and Aarush Sundararajan
TABLE OF CONTENTS
01
04
02
05
03
THE THEME
THE DATA
THE CODE
THE INTERFACE
THE FINDINGS
THE THEME
01
SUSTAINABILITY & SOCIETAL WELFARE
Predictions of temperature changes by country, based on current global warming trends, show how climate change could harm society and the environment if action isn’t taken. Many countries, especially those with fewer resources, are expected to face serious problems like food shortages, water scarcity, and increased health risks. These challenges make it clear that we need to shift toward more sustainable ways of living, such as using renewable energy, cutting down waste, and consuming more responsibly. Investing in sustainability isn’t just about protecting the planet—it’s about creating a fairer, healthier, and more secure future for everyone.
THE DATA
02
THE PROS
THE CONS
This dataset was highly valuable because it provided detailed, country-specific temperature change measurements with impressive precision. Spanning back to the 1700s, it offered a long-term perspective on climate trends and variability. Its clear and well-organized format made it easy to understand and analyze, combining historical depth, accuracy, and usability to serve as an excellent resource for studying global temperature patterns and their implications.
However, the dataset was not without its flaws. Several rows lacked measurements, which introduced gaps in the data, and the date formatting was inconsistent, requiring conversion into a usable integer format. Additionally, continental data was interspersed with country-specific data, which created confusion and added another layer of complexity. To address these issues, we had to implement a series of advanced data-cleaning functions to fill gaps and standardize date formats.
roc(fy-by)+it+5
THE FORMULA
roc = rate of change
fy = future year; by = base year
it = initial temp; the five accounts for the seasonal variability
IT IS LINEAR BECAUSE THE RATE OF CHANGE FOR THE EXPONENTIAL REGRESSION IS HARD TO FIND, AND CLOSE TO THE LINEAR REGRESSION.
THE CODE
03
THE DATA CORRECTION MECHANISM
OUR ALGORITHM
THE INTERFACE
04
HOW TO USE IT
(note this temperature applies if the rate of climate change continues)
No actual interface exists as we ran out of time to design a UI :(
THE FINDINGS
05
SO?
This tool can be used for:
THANK YOU!