McMaster Engineering Competition (Programming Division) 2017 Weather Prediction Application - Team Kelvin and Friends
UPDATED: DECEMBER 24, 2017
NOTE: This project is currently undergoing revisions to improve its performance and reliability. Part of this includes updating the method used to process the data to allow for easier interpretation, and testing the functionality of the checkboxes. Plans are also in place to bring this project to a more presentable state than what was originally built during the day long competition.
This project predicts weather using data from the Raleigh-Durham International Airport collected by NOAA. It was created for the McMaster Engineering Competition (Programming Division) 2017, where it received third place out of approximately 20 participating teams.
- The source code for the GUI is located in src/examples.
- The source code for the SVM is located in the root under SVM.py.
- A Makefile is located in src
- The presentation used in the competition is located in the root directory.
- A design document is available in the root directory.
- All auxiliary files used for the presentation and design document are located in the Documentation_Assets folder.
- Under the "Weather" section of the application, select the factors you want to consider in the application.
- Under the test section, enter artificial conditions to reflect real world sensor data.
- Press submit to generate a prediction.