Logo Lanfrica

TsegayIS122123/solar-challenge-week0

Domaine:

environment and energy

Type de record:

project
Créateur:
Tse
Hôte:
Week 0 Challenge – Solar Data Discovery: Cross-country solar farm analysis for Benin, Sierra Leone, and Togo using Python, Git, CI/CD, Streamlit and dashboard. # 🌞 Solar Data Discovery - Cross-Country Solar Farm Analysis A comprehensive data analysis project for MoonLight Energy Solutions to identify high-potential regions for solar installations across Benin, Sierra Leone, and Togo. ## 📋 Project Overview This project analyzes solar radiation measurement data to support strategic solar investment decisions. As an Analytics Engineer at MoonLight Energy Solutions, the goal is to identify optimal locations for solar farm development that align with the company's sustainability objectives. ### Objective - **Identify** high-potential regions for solar installation - **Analyze** environmental factors affecting solar efficiency - **Provide** data-driven recommendations for strategic investments - **Compare** solar potential across three West African countries **Core Areas Covered:** - Python programming & environment setup - Git & GitHub version control - CI/CD workflows (GitHub Actions) - Data cleaning & exploratory data analysis - Statistical comparison between regions - Streamlit dashboard development ## 🧰 Tech Stack - **Python 3.10+** - **pandas**, **numpy**, **matplotlib**, **seaborn**, **scipy** - **Git & GitHub** - **GitHub Actions** (for CI/CD) - **Streamlit** (for dashboard visualization) - **Jupyter Notebooks** ## 🗂️ Dataset Description The dataset contains solar radiation and environmental measurements with the following key columns: | Column | Description | Unit | |--------|-------------|------| | Timestamp | Date and time of observation | yyyy-mm-dd hh:mm | | GHI | Global Horizontal Irradiance | W/m² | | DNI | Direct Normal Irradiance | W/m² | | DHI | Diffuse Horizontal Irradiance | W/m² | | Tamb | Ambient Temperature | °C | | RH | Relative Humidity | % | | WS | Wind Speed | m/s | | BP | Barometric Pressure | hPa | | Cleaning | Cleaning event indicator | 1 or 0 | ## 🚀 Quick Start ### Prerequisites - Python 3.9+ - Git - GitHub account ### Installation & Setup # 1️⃣ Clone the repository git clone ht …