Green Forecast lets you see the forecasted windspeeds in some of Netlight's office areas and the predicted energy production in the same area had it been a windmill park. The wind data is gathered from Yr and the energy production is predicted using Machine Learning, using the data from Yr.
This project was done as a summersprint by three students at NTNU, with guidance from Netlight.
You can check out Green Forecast here or you can follow these steps:
- Download node.js
- Clone the project using
git clone
https://github.com/annalunde/NLSprintSummer2020.git - Open the project folder and run the following command:
npm install
- To run the project run the following command:
npm start