SCADash is an interactive wind turbine SCADA data exploration tool designed to help wind industry professionals upload, visualize, and gain insights from SCADA datasets and wind farm layouts.
Download the project files from the GitHub repository:
git clone https://github.com/your-username/SCADash.git
cd SCADash
Set up a Python virtual environment to isolate dependencies:
python -m venv venv
Activate the virtual environment:
venv\Scripts\activate
Install all required Python libraries using pip:
pip install -r requirements.txt
Start the application by running the batch script:
runApp.bat