NOAA_Precipitation_Prediction

In this project we aim to predict the amount of monthly average precipitation in various locations throughtout Germany and Sweden.
The project is split into three parts:

  1. ETL - Streaming weather data using Kafka, transforming it using PySpark and eventually storing it in MSSQL Database.
  2. Data Analysis - Using our stored data to preform evalutations, feature selection and feature engineering on our data in preparation of fitting a model to it.
  3. Learning - Fitting a few models onto our data and getting final predictions.
Additionaly, we preformed another task which is finding evidence of global warming.