Logo Lanfrica

hd77alu/eaf_climate_hub

Domain:

climategeospatial

Record type:

software
Creator:
hd7
Host:
EastAfrica Climate Hub is a web platform providing reliable climate insights across East African Community member states for researchers, policy makers, and environmental leaders. # EastAfrica Climate Hub A comprehensive web platform providing reliable climate insights across East African Community member states for researchers, policy makers, and environmental leaders. - **Live Website** ## Features - **Regional Analysis**: Climate trends and patterns across the EAC region - **Data Visualization**: Interactive charts and graphs displaying temperature, rainfall, and drought data - **Policy Effectiveness Tracking**: Monitor policy performance against climate outcomes - **Regional Comparison Tools**: Analyze policy approaches between member states - **Interactive Regional Map**: Visual indicators of Regional climate response and climate policy performance - **Climate Data Repository**: Comprehensive database of policies, reports, and research papers ## Technology Stack - **Frontend**: HTML, CSS, Vanilla JavaScript - **Backend**: Node.js, Express.js - **Database**: SQLite3 - **Visualization**: Chart.js, Leaflet.js ## Project Structure ``` eaf_climate_hub/ ├── frontend/ │ ├── pages/ │ │ ├── index.html │ │ ├── climate-data-repository.html │ │ ├── policy-analysis.html │ │ └── climate-map.html │ ├── css/ │ │ └── style.css │ └── js/ │ ├── functions.js │ └── map.js ├── backend/ │ ├── server.js │ ├── db.js │ ├── database-setup.js │ └── seed-data.js ├── data/ │ ├── csv/ │ │ ├── repository-data.csv │ │ └── policy-analysis.csv │ └── geojason/ │ ├── Burundi_ADM0_simplified.simplified.geojson │ ├── DR_Congo_ADM0_simplified.simplified.geojson │ ├── Kenya_ADM0_simplified.simplified.geojson │ ├── Rwanda_ADM0_simplified.simplified.geojson │ ├── Somalia_ADM0_simplified.simplified.geojson │ ├── South_Sudan_ADM0_simplified.simplified.geojson │ ├── Tanzania_ADM0_simplified.simplified.geojson │ └── Uganda_ADM0_simplified.simplified.geojson ├── .gitignore ├── package.json ├── package-lock.json ├── API_TESTING.md ├── BACKEND_SETUP.md └── README.md ``` ## …