Skip to content

Anmol46/BigDataWeatherAnalysis

 
 

Repository files navigation

BigDataWeatherAnalysis

A weather prediction model using Apache Spark

This project was implemented using Python 3.6 and requires the folllowing libraries to be installed as they're not found on the core Python package.

  • pyspark
  • statsmodels
  • pandas
  • numpy
  • matplotlib

The Time Series Analysis was performed in WeatherTimeSeriesAnalysis.py. The analysis was performed for the forecast of temperature. The dataset contains hourly data. It was resampled for daily and monthly forecasts and the mean of the respective day/month was used for the resampled data. The time sries analysis was perfomed using Autoregressive Integrated Moving Averages(ARIMA). The predictions and forecasts were performed for both daily and monthly samples.

About

A weather prediction model using Apache Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.1%
  • C 0.4%
  • C++ 0.2%
  • Shell 0.1%
  • Batchfile 0.1%
  • TeX 0.1%