A project analyzes solar farm data from Benin, Sierra Leone, and Togo to identify trends in solar radiation, temperature, and wind conditions
🌞 Solar Farm Insight
A project analyzes solar farm data from `Benin`, `Sierra Leone`, and `Togo` to identify trends in solar radiation, temperature, and wind conditions. It includes statistical calculations, data quality checks, and visualizations to evaluate operational factors such as cleaning efficiency. The objective is to provide actionable insights to improve solar energy performance and operational sustainability.
---
## 📂 Project Structure
- **`.github/`**: GitHub workflows for CI/CD and issue templates.
- **`app/`**: Core application logic, including the main streamlit dashboard and utilities.
- **`data/`**: Sample datasets for analysis.
- **`notebooks/`**: Jupyter notebooks for in-depth exploratory data analysis (EDA).
- **`scripts/`**: Setup and additional scripts for data processing.
- **`tests/`**: Unit tests for the application.
---
## 🚀 Features
### 🔍 Data Insights
- **📊 Summary Statistics**: Gain a quick overview of the data with mean, median, and standard deviations.
- **🔒 Data Quality Check**: Identify missing values, outliers, and anomalies in your datasets.
- **📈 Time Series Analysis**: Explore trends in solar irradiance, temperature, and other variables over time.
### 🧰 Advanced Analytics
- **🛠️ Impact of Cleaning**: Evaluate the effects of cleaning on sensor readings.
- **🔄 Correlation Analysis**: Uncover relationships between solar, wind, and temperature data.
- **💨 Wind Analysis**: Visualize wind speed and direction using wind roses.
### 📊 Visualizations
- **☀️ Temperature Analysis**: Investigate the impact of relative humidity on solar energy and temperature.
- **💾 Histograms**: Understand variable distributions for solar and temperature metrics.
- **⚡ Z-Score Analysis**: Flag significant deviations in data points.
- **🔢 Bubble Charts**: Explore multi-variable relationships interactively.
---
## 🛠️ Installation
1. Clone the repository:
```bash
git clone
github.com
```
2. Navigate to …