Logo Lanfrica
  • Accueil
  • Atlas
  • Analyses
  • Documentation
  • Sign in

© 2026 Lanfrica. Tous droits réservés. Tous les droits d'auteur des ressources affichées sur le site Web Lanfrica appartiennent aux détenteurs de droits d'auteur d'origine, sauf indication contraire explicite.

YoussefGlb/climate-prediction-morocco-2050

Domaine:

climate

Type de record:

softwaremodel
Créateur:
You
Hôte:
# 🌍 Climate Prediction — Morocco (2025–2050) Machine learning pipeline to predict future climate variables across **Morocco**, trained on historical TerraClimate data (1981–2024) and visualized through Köppen-Geiger classification maps. --- ## 📁 Project Structure ``` climate-prediction-morocco/ │ ├── ML/ # XGBoost-based approach │ ├── projectionML.py # Main training & prediction script │ ├── koppenviwer.py # Tkinter GUI — Köppen-Geiger map viewer (basic) │ ├── koppen_viewer_extended.py# Tkinter GUI — extended viewer with trends & animation │ └── data/ # ⚠️ Local only — not tracked by Git │ └── {year}/ │ └── {variable}/ │ └── morocco_{variable}_{year}_{month:02d}.tif │ ├── DL/ # Deep Learning approach │ ├── projectionDL.py # LSTM model — same pipeline, DL counterpart │ └── data/ # ⚠️ Local only — not tracked by Git │ └── {year}/ │ └── {variable}/ │ └── morocco_{variable}_{year}_{month:02d}.tif │ ├── .gitignore └── README.md ``` --- ## 🔬 What It Does | Step | Script | Description | |---|---|---| | Train & Predict (ML) | `ML/projectionML.py` | Trains one XGBoost model per climate variable, generates annual + monthly GeoTIFF predictions for 2025–2050 | | Train & Predict (DL) | `DL/projectionDL.py` | Trains a single multi-output LSTM model for all 6 variables jointly | | Visualize | `ML/koppen_viewer_extended.py` | Tkinter GUI — load historical or predicted data, explore variables, compare periods, animate over time | --- ## 🌡️ Climate Variables | Variable | Description | Unit | Aggregation | |---|---|---|---| | `tmax` | Maximum temperature | °C | Monthly mean | | `tmin` | Minimum temperature | °C | Monthly mean | | `prec` | Precipitation | mm | Monthly sum | | `vap` | Vapor pressure | kPa | Monthly mean | | `ws` | Wind speed | m/s | Monthly mean | | `def` | Climate water defici …

Visit

github.com

Similaires

Regional Climate Models Projections of Wind Speed in Morocco for Period 2020-2050Surface downwelling shortwave radiation flux projections for 2021‒2050 in Morocco according to CORDEX-Africa regional climate modelsMachine Learning Models in Climate Prediction and Adaptation Planning in Morocco: A Systematic ReviewMachine Learning Models in Climate Prediction and Adaptation Planning for Morocco: A Technological PerspectiveDRISSAHARHAR/Fertility-Prediction-Moroccosimoelmach15/air-quality-prediction-morocco

Regional Climate Models Projections of Wind Speed in Morocco for Period 2020-2050

International audience The Moroccan energy system is highly dependent on external ene

Surface downwelling shortwave radiation flux projections for 2021‒2050 in Morocco according to CORDEX-Africa regional climate models

The article considers the results of an estimation of the shortwave radiation flux at the surface in

Machine Learning Models in Climate Prediction and Adaptation Planning in Morocco: A Systematic Review

Machine learning (ML) models have shown promise in climate prediction and adaptation planni

Machine Learning Models in Climate Prediction and Adaptation Planning for Morocco: A Technological Perspective

Climate prediction models are crucial for understanding and adapting to climate change impa

DRISSAHARHAR/Fertility-Prediction-Morocco

Predict fertility rate in Morocco (2020-2030) using machine learning. Explore demographic data to bu

simoelmach15/air-quality-prediction-morocco

# 🌍 Air Quality Prediction in Moroccan Cities Pipeline complet de **Machine Learning** et de *