A project to analyze solar radiation data from Benin, Sierra Leone, and Togo to identify high-potential regions for solar installations. The analysis includes exploratory data analysis (EDA), statistical insights, and visualizations, aimed at supporting sustainable energy solutions.
# π Solar Radiation Analysis
A comprehensive project analyzing solar radiation data from **Benin**, **Sierra Leone**, and **Togo**. This analysis identifies high-potential regions for solar installations, offering insights through exploratory data analysis (EDA), statistical summaries, and interactive visualizations.
---
## βοΈ Solar Radiation Analysis Dashboard π
An interactive, Streamlit-powered dashboard for analyzing solar radiation and related environmental factors. The app allows exploration of preloaded datasets or uploading custom CSV files for analysis.
---
### π Preview
#### πΊ Video Overview
Watch a walkthrough of the dashboard in action:
#### πΈ Screenshots
---
## π Features
- **π Data Visualization**: Interactive plots for solar radiation trends and patterns.
- **π Time Series Analysis**: Monthly averages and long-term trend analysis.
- **π Correlation Analysis**: Heatmaps showing variable relationships.
- **π¬οΈ Wind Analysis**: Visualize wind speed and directional distributions.
- **π Upload Custom Data**: Analyze custom CSV files dynamically.
- **π» User-Friendly Interface**: Streamlined design with responsive visuals.
---
## π Project Structure
```plaintext
Solar-Radiation-Analysis/
βββ src/
β βββ data_processing.py # Core data processing functions
β βββ visualizations.py # Functions for generating visualizations
βββ data/
β βββ benin-malanville.csv # Sample dataset for Benin
β βββ sierraleone-bumbuna.csv # Sample dataset for Sierra Leone
β βββ togo-dapaong_qc.csv # Sample dataset for Togo
βββ app/
β βββ main.py # Streamlit application entry point
βββ assets/
β βββ dashboard-preview.png # Screenshots and visuals
βββ resources/
β βββ dashboard-demo.mp4 # Demo video of the dashboard
β βββ dashboard-interface.png # Main dashboard screenshot
β βββ correlation-heatmap.png # Heatmap visualization screenshot
β βββ wind-analysis.png # Wind analysis visualizatio β¦