Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
7944325
Update CODEOWNERS
Oshgig Mar 8, 2026
fae2b5d
Delete docs/ADEOLU MARY OSHADARE.docx
Oshgig Mar 8, 2026
e649a79
Delete docs/Francis Umo.docx
Oshgig Mar 8, 2026
8ce4061
Delete docs/OLUFEMI TAIWO.docx
Oshgig Mar 8, 2026
036c0dc
Update MAINTAINERS.md
Godswill-code Mar 8, 2026
c1b0771
Update MAINTAINERS.md
franchaise Mar 8, 2026
a2ff246
Update engineer assignments in project timeline
Goldokpa Mar 8, 2026
0222317
Update: multi-analysis config and expanded database schema
Goldokpa Mar 10, 2026
8cddee7
Add: inference pipeline, analysis system and training module
Goldokpa Mar 10, 2026
ceaaa9c
Add: REST API layer, server startup script and API reference docs
Goldokpa Mar 10, 2026
0234aad
Delete CONTRIBUTORS.md
cutewizzy11 Mar 10, 2026
5b29378
Delete MAINTAINERS.md
cutewizzy11 Mar 10, 2026
d18a651
Delete .github/CODEOWNERS
cutewizzy11 Mar 10, 2026
afdf579
Update: README with accurate codebase details
Goldokpa Mar 10, 2026
8d6ff75
feat(scripts): add data pipeline, training, evaluation and export scr…
Goldokpa Mar 10, 2026
4d43e73
feat(gee): service account auth + synthetic NDVI fallback
Goldokpa Mar 10, 2026
780dbd8
feat(notebooks): add Colab training notebook for real Sentinel-2 data
Goldokpa Mar 10, 2026
22cf948
fix(gee): pass service account credentials to subprocess calls
Goldokpa Mar 10, 2026
1b0294e
fix(prepare_data): tile GEE downloads to stay under 32768px limit
Goldokpa Mar 10, 2026
d773fcb
fix(prepare_data): use 100m scale + 0.25° tiles to stay under 48MB GE…
Goldokpa Mar 10, 2026
9e9c644
feat(frontend): foundation — App, API client, styles, types, Tailwind…
Goldokpa Mar 11, 2026
954796b
feat(api): add bbox and date range validation to PredictRequest
femi23 Mar 16, 2026
1394f21
feat(api): add pagination and total count to /api/runs endpoint
femi23 Mar 16, 2026
99acc23
feat(api): add /api/runs/stats endpoint for dashboard KPI cards
femi23 Mar 16, 2026
20c8714
feat(api): add request audit logging middleware
femi23 Mar 16, 2026
562bae1
docs: rewrite README to concise FastAPI-style format
Goldokpa Mar 16, 2026
76c5788
Merge pull request #1 from Climate-Vision/feature/api-olufemi-improve…
Goldokpa Mar 16, 2026
82610c6
feat: add frontend components, contexts, hooks, and pages
Goldokpa Mar 23, 2026
ce3879d
chore: add model files to gitignore
franchaise Mar 23, 2026
1d35681
feat(frontend): add application constants
franchaise Mar 23, 2026
aa917b4
feat(frontend): add utility functions
franchaise Mar 23, 2026
106de43
feat(data): add data validation module
franchaise Mar 23, 2026
9673791
feat(data): add data quality assessment module
franchaise Mar 23, 2026
76d948b
feat(data): export validation and quality modules
franchaise Mar 23, 2026
32056d1
feat(data): add sampling and transform utilities (#2)
Goldokpa Mar 23, 2026
96322c2
feat(api): add Pydantic request/response schemas for API validation
femi23 Mar 25, 2026
aeaca5d
feat(inference): add post-processing module for output filtering
femi23 Mar 25, 2026
5ad9f25
feat(analytics): add carbon stock estimation module
franchaise Mar 25, 2026
74f24ab
feat(analytics): add ground truth validation framework
franchaise Mar 25, 2026
44cddae
Merge branch 'feature/api-schemas-postprocess' - Olufemi Taiwo's API …
franchaise Mar 25, 2026
ae19e1a
Merge branch 'feature/analytics-carbon-validation' - Francis Umo's ca…
franchaise Mar 25, 2026
83f0aef
feat(api): add request logging and audit middleware
femi23 Mar 28, 2026
8552e60
feat(api): add API key authentication with org context
femi23 Mar 28, 2026
8b8713b
feat(analytics): add statistical testing module
Mar 28, 2026
cb30f3b
feat(analytics): add impact reporting module
Mar 28, 2026
656b9ce
feat(analytics): export all analytics module components
Mar 28, 2026
3e0e6e4
Merge pull request #3 from Climate-Vision/feature/api-middleware-audit
Goldokpa Mar 28, 2026
40f80f0
Merge pull request #4 from Climate-Vision/feature/analytics-statistics
Goldokpa Mar 28, 2026
c289426
feat(data): GEE tile downloader, band mapping, and cloud masking (#7)
Oshgig Apr 15, 2026
5a90ce8
feat(inference): make pipeline analysis-aware with dynamic model load…
Oshgig Apr 15, 2026
56239da
feat(governance): add SHAP explainability for segmentation prediction…
Goldokpa May 3, 2026
dd0b03c
chore: bring repo up to open-source community standards (#16)
Goldokpa May 3, 2026
21b9ad4
feat(notebooks): add 03_carbon_analysis carbon stock estimation notebook
franchaise May 5, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 14 additions & 9 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# CODEOWNERS — automatically request reviews for matching paths

* @Oshgig @edoh-Onuh @franchaise @Goldokpa @Godswill-code @femi23 @emekambachu
# Global owner — reviews all PRs by default
* @Goldokpa

/docs/ @Oshgig @edoh-Onuh @franchaise @Goldokpa @Godswill-code @femi23 @emekambachu
/notebooks/ @Oshgig @edoh-Onuh @franchaise @Goldokpa @Godswill-code @femi23 @emekambachu
/src/ @Oshgig @edoh-Onuh @franchaise @Goldokpa @Godswill-code @femi23 @emekambachu
/models/ @Goldokpa @Oshgig @franchaise @Godswill-code @emekambachu
/models_pretrained/ @Goldokpa @Oshgig @Godswill-code @femi23 @emekambachu
/frontend/ @cutewizzy11 @edoh-Onuh @Goldokpa @emekambachu
/scripts/ @cutewizzy11 @Oshgig @Goldokpa @emekambachu
# GitHub config and workflows
/.github/ @Goldokpa

# ML models and training
/src/climatevision/models/ @Goldokpa
/src/climatevision/training/ @Goldokpa

# API, frontend, docs
/src/climatevision/api/ @Goldokpa
/frontend/ @Goldokpa
/docs/ @Goldokpa
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
# Python dependencies (pip)
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
reviewers:
- "Goldokpa"

# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "Goldokpa"

# Node / npm (frontend)
- package-ecosystem: "npm"
directory: "/frontend"
schedule:
interval: "weekly"
reviewers:
- "Goldokpa"
34 changes: 34 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## Summary

<!-- Briefly describe what this PR does and why. -->

## Related Issue

Closes #

## Type of Change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change
- [ ] Documentation update
- [ ] Refactor / code cleanup
- [ ] CI / build / tooling change

## Key Changes

<!-- List the main changes made. -->

## Testing

- [ ] Unit tests pass locally (`pytest tests/`)
- [ ] Manual API test (curl / OpenAPI docs)
- [ ] Frontend smoke test (`npm run dev`)
- [ ] New tests added for this change

## Checklist

- [ ] Code follows project style (black/ruff for Python, eslint for frontend)
- [ ] Self-review completed
- [ ] Documentation updated where needed
- [ ] PR targets the `develop` branch (not `main`)
13 changes: 11 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ ENV/
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb
!notebooks/*.ipynb

# Data
data/
datasets/
/data/
/datasets/
*.tif
*.tiff
*.h5
Expand Down Expand Up @@ -87,3 +88,11 @@ frontend/node_modules/

# Runtime outputs
outputs/

# Service account keys — never commit these
secrets/
*.json

# Large model files
models/demo_run/
*.pth
58 changes: 58 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Changelog

All notable changes to ClimateVision will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

---

## [Unreleased]

### Added
- SECURITY.md — private vulnerability reporting via GitHub Security Advisories
- CODEOWNERS — automatic review assignment to @Goldokpa
- Pull request template for structured contributor guidance
- Dependabot configuration for pip, npm, and GitHub Actions updates
- CHANGELOG.md (this file)
- CITATION.cff for GitHub "Cite this repository" button

### Changed
- CODE_OF_CONDUCT.md — replaced placeholder email with GitHub private reporting link

### Removed
- SETUP_COMPLETE.md — internal artifact moved out of public repo
- team_docs/ — internal role documents moved out of public repo

---

## [0.2.0] — 2026-03-04

### Added
- FastAPI REST backend with paginated run history and stats endpoint
- React dashboard with interactive bbox map, Recharts analytics, and confidence gauges
- U-Net semantic segmentation for deforestation and arctic ice detection
- Siamese network change detection
- Google Earth Engine integration with cloud masking and 256×256 tiling
- MLflow experiment tracking
- ONNX model export
- Flood detection analysis type
- NGO management — organisation registration, region subscriptions, email/webhook alerts
- Full OpenAPI docs at `/docs`

### Changed
- README rewritten to concise FastAPI-style format

---

## [0.1.0] — 2026-03-04

### Added
- Initial repository structure and governance files
- Basic project scaffold (src layout, config, notebooks, scripts)
- MIT License
- Contributing guide and Code of Conduct

[Unreleased]: https://github.com/Climate-Vision/ClimateVision/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/Climate-Vision/ClimateVision/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/Climate-Vision/ClimateVision/releases/tag/v0.1.0
29 changes: 29 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cff-version: 1.2.0
message: "If you use ClimateVision in your research, please cite it using this file."
type: software
title: "ClimateVision: Open-Source AI Platform for Environmental Monitoring"
version: "0.2.0"
date-released: "2026-03-04"
url: "https://github.com/Climate-Vision/ClimateVision"
repository-code: "https://github.com/Climate-Vision/ClimateVision"
license: MIT
abstract: >
ClimateVision is an open-source machine learning platform that detects
environmental change from satellite imagery. It uses deep learning
(U-Net, Siamese networks) to monitor deforestation, arctic ice melting,
and flooding, giving conservation NGOs and researchers automated alerts
without manual analysis. Built on Sentinel-2 and Landsat data via
Google Earth Engine, it runs as a REST API with a React dashboard.
keywords:
- climate
- machine-learning
- satellite-imagery
- deep-learning
- remote-sensing
- deforestation
- google-earth-engine
- fastapi
- u-net
authors:
- name: "ClimateVision Contributors"
website: "https://github.com/Climate-Vision"
78 changes: 1 addition & 77 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -1,77 +1 @@
# Code of Conduct

## Our Pledge

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.

We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.

## Our Standards

Examples of behavior that contributes to a positive environment for our community include:

- Demonstrating empathy and kindness toward other people
- Being respectful of differing opinions, viewpoints, and experiences
- Giving and gracefully accepting constructive feedback
- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience
- Focusing on what is best not just for us as individuals, but for the overall community

Examples of unacceptable behavior include:

- The use of sexualized language or imagery, and sexual attention or advances of any kind
- Trolling, insulting or derogatory comments, and personal or political attacks
- Public or private harassment
- Publishing others' private information, such as a physical or email address, without their explicit permission
- Other conduct which could reasonably be considered inappropriate in a professional setting

## Enforcement Responsibilities

Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.

Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.

## Scope

This Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at:

- #email

All complaints will be reviewed and investigated promptly and fairly.

All community leaders are obligated to respect the privacy and security of the reporter of any incident.

## Enforcement Guidelines

Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:

### 1. Correction

**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.

**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.

### 2. Warning

**Community Impact**: A violation through a single incident or series of actions.

**Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban.

### 3. Temporary Ban

**Community Impact**: A serious violation of community standards, including sustained inappropriate behavior.

**Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban.

### 4. Permanent Ban

**Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals.

**Consequence**: A permanent ban from any sort of public interaction within the community.

## Attribution

This Code of Conduct is adapted from the Contributor Covenant, version 2.1, available at https://www.contributor-covenant.org/version/2/1/code
# Code of Conduct## Our PledgeWe as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation.We pledge to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community.## Our StandardsExamples of behavior that contributes to a positive environment for our community include:- Demonstrating empathy and kindness toward other people- Being respectful of differing opinions, viewpoints, and experiences- Giving and gracefully accepting constructive feedback- Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience- Focusing on what is best not just for us as individuals, but for the overall communityExamples of unacceptable behavior include:- The use of sexualized language or imagery, and sexual attention or advances of any kind- Trolling, insulting or derogatory comments, and personal or political attacks- Public or private harassment- Publishing others' private information, such as a physical or email address, without their explicit permission- Other conduct which could reasonably be considered inappropriate in a professional setting## Enforcement ResponsibilitiesCommunity leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful.Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate.## ScopeThis Code of Conduct applies within all community spaces, and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event.## EnforcementInstances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement by opening a [GitHub Security Advisory](https://github.com/Climate-Vision/ClimateVision/security/advisories/new) in this repository.All complaints will be reviewed and investigated promptly and fairly.All community leaders are obligated to respect the privacy and security of the reporter of any incident.## Enforcement GuidelinesCommunity leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct:### 1. Correction**Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community.**Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested.
10 changes: 0 additions & 10 deletions CONTRIBUTORS.md

This file was deleted.

11 changes: 0 additions & 11 deletions MAINTAINERS.md

This file was deleted.

Loading