Skip to content

Driven by my passion for ESG, this project "Rise & Forecast," is dedicated to predicting sea level rise based on temperature changes and Shared Socio-economic Pathways (SSP).

Notifications You must be signed in to change notification settings

felicitybui1/Sea-Level-Rise-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sea-Level-Rise-Prediction

This project, "Rise and Forecast" aims to predict sea level rise based on temperature changes. Driven by ESG principles, Rise and Forecast seeks to answer the following questions:

  1. What future business disruptions and consequences can be anticipated from various SSP scenarios in the context of global temperature and sea level changes?
  2. How can measurements and forecasts of global sea level be applied to understand the implications of localized sea-level changes, such as the impact on New York City and Long Island coastlines?

Model Construction

Global Scope

This project seeks to combine regression and ARIMA models to build an ARIMAX model with strong predictive power. This process is broken down into three parts: building the regression model, building the ARIMA model, and constructing the ARIMAX model.

  1. EDA Visualization:

image image

  1. Regression Analysis:

    • We performed regression analysis on mean global temperature against mean global sea-level rise. Temperature is the independent variable, and sea level rise is the dependent variable.
    • Several regression models were tested, including linear, polynomial, and GAM models. The aim is to avoid overfitting and seek the best-fit line that accurately describes the data points and regression errors.
    • Linear regression model was chosen, out of all regressions, to illustrate the relationship between temperature and sea-level rise efficiently while maintaining significant error values for ACF and PACF plots.
  2. ARIMA Model:

    • We obtained auto-correlated residual errors from the regression model and analyzed the error patterns over time.
    • The Dickey-Fuller test (ADF) indicated that the errors were auto-correlated (p-value > 0.05), necessitating differencing to achieve stationarity. With d=1, the data became stationary, confirmed by the ADF test (p-value < 0.05) and KPSS test.
    • Optimal pairs of p and q values were determined from ACF and PACF analysis with d=1,2.
  3. ARIMAX Model:

    • We incorporated the temperature regressor (exogenous variable) into the ARIMA model to build the ARIMAX model.
    • The model was trained on sea-level data from 1900 to 2000 and tested by forecasting sea levels from 2000 to 2022, using temperature data from the same period.
    • Fine-tuning minimized RMSE on the testing set, yielding an RMSE of 5.823 for the training set and 20.201 for the testing set. The model reduced test set RMSE by 39.14% from 33.193 to 20.201, indicating robust predictive capabilities for corresponding SSP scenarios. image

4.1. Model Comparison: image


Localized Scope: New York City and Long Island

image image

Following data cleaning and analysis, we constructed models for localized predictions using the same ARIMA methodology as the global model.

  1. Model for New York City:

    • Parameter values (0,2,2) were derived using ACF plots, PACF plots, ADF test, and KPSS test.
    • The best ARIMAX model yielded an RMSE of 31.65. image
  2. Model for Long Island:

    • Parameter values (1,2,4) were used, derived through similar methods as NYC.
    • The best model yielded an RMSE of 34.54. image

Project Application Limitations:

Environmental analytics is a developing field, and improvements are needed for it to be as concrete as SEC filings and reports. Consistent regulation and data collection are essential for a better business operations understanding.

  • Scope Differences: As highlighted by Jung, Santos, and Seltzer, Scope 1 and Scope 3 environmental impacts differ significantly because not every country has the ability or desire to measure their footprint consistent to an international standard.
  • Data Collection Methods: Comparing to tide gauge data, satellite data collection method offers a more direct, unbiased global approach to measuring sea-level changes.
  • Regional Forecasting: While we localized a model for New York City and Long Island, assuming the global model forecast holds true for all coastlines may not be appropriate without regional data.

About

Driven by my passion for ESG, this project "Rise & Forecast," is dedicated to predicting sea level rise based on temperature changes and Shared Socio-economic Pathways (SSP).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages