Web-App-zur-Einzelblattmontagen / offshoreSingleBladeInstallation

An intuitive and helpful tool for statistical analysis of measurement data, in the context of single blade installation.

Home Page:https://osbi-bik.web.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Offshore Single Blade Installation 🚒 WebApp 🌐

An intuitive and helpful tool for statistical analysis of measurement data, in the context of single blade installation.

CONTENTS OF THIS FILE


  • Introduction
  • Installation
  • Contributing
  • License

Introduction

Offshore wind already provides a substantial part of the energy mix ⚑ today. In order to further reduce the installation costs πŸ’², the installation process in particular should be improved. The installation of the blades is the greatest challenge. Relative movements between the nacelle and the blade root make the installation difficult. If the relative movement exceeds a certain threshold value, installation is no longer possible and there is an expensive delay. Based on measurement data πŸ“Š that were recorded during the installation of a wind farm in the North Sea, correlations between environmental variables, such as wind speed, and accelerations of the tower, nacelle and blade are to be recognized by means of machine learning πŸ€– methods. In a software engineering project, a web app is to be developed which, based on recorded data, outputs correlations so that engineers can then use these results for a better understanding of single sheet assembly and its environmental conditions. For more scientific information click here.





Front-End
html5 css3 sass javascript react redux

Server-Side-Scripting
nodejs express
Neuronal Network
python tensorflow

Databases
mongodb mysql

Deployment / Hosting / VM-Testing
docker kubernetes firebase

Installation

Execute the following commands in a shell to start the web app frontend on your local development environment.

$ git clone https://github.com/Web-App-zur-Einzelblattmontagen/offshoreSingleBladeInstallation.git
$ cd offshoreSingleBladeInstallation
$ npm install
$ npm build
$ npm run start

open http://localhost:3000/ 

Execute the following commands in a second shell to start the web app backend on your local development environment.

$ cd offshoreSingleBladeInstallation/backend
$ python __init__.py

Open the file offshoreSingleBladeInstallation/src/components/sections/Charts.js and change the link in line 24 to "http://localhost:5000"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

An intuitive and helpful tool for statistical analysis of measurement data, in the context of single blade installation.

https://osbi-bik.web.app

License:MIT License


Languages

Language:SCSS 46.5%Language:JavaScript 45.7%Language:Python 4.4%Language:PureBasic 2.9%Language:HTML 0.4%Language:CSS 0.0%