Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 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
e1a0335
Merge pull request #3 from Climate-Vision/feature/api-middleware-audit
Goldokpa Mar 28, 2026
4bddcb3
Merge pull request #4 from Climate-Vision/feature/analytics-statistics
Goldokpa Mar 28, 2026
cea2e6a
docs: add Francis Umo role documentation
Mar 31, 2026
d37cbe7
docs: add Olufemi Taiwo role documentation
Mar 31, 2026
319a88f
Merge pull request #5 from Climate-Vision/docs/francis-role-document
Goldokpa Mar 31, 2026
326f3eb
Merge pull request #6 from Climate-Vision/docs/femi-role-document
Goldokpa Mar 31, 2026
0f4a362
feat(data): GEE tile downloader, band mapping, and cloud masking (#7)
Oshgig Apr 15, 2026
51edfac
feat(inference): make pipeline analysis-aware with dynamic model load…
Oshgig Apr 15, 2026
f2b9373
Merge develop into main: data pipeline + analysis-aware inference
femi23 Apr 15, 2026
1257e7a
feat(api): enforce API key auth with dev bypass, surface is_synthetic…
femi23 Apr 19, 2026
256fbf6
ci: add pytest scaffolding and GitHub Actions workflow
Apr 19, 2026
139ed61
test(models): add UNet and Siamese architecture tests
Godswill-code Apr 19, 2026
0da6c79
docs: add first-time and intermediate contributor issue guides
Goldokpa Apr 19, 2026
ff21090
fix(frontend): correct case-sensitive import paths for Map components
Apr 19, 2026
cf96100
fix(pipeline): remove unnecessary global declaration causing flake8 F824
femi23 Apr 19, 2026
c3d02c1
ci: install system deps before pip install (GDAL, OpenGL)
Apr 19, 2026
f7a7564
ci: remove redundant gdal pip package and simplify system deps
Apr 19, 2026
7c317df
ci: install package in editable mode for pytest
Apr 19, 2026
b8e34ea
feat(data): add dataset, augmentation, and synthetic data modules
Apr 19, 2026
aa643ea
fix(deps): add email-validator for pydantic EmailStr support
Apr 19, 2026
6ac29d1
docs: update Victor's role doc with sprint progress and live CI config
Apr 19, 2026
7501594
feat(api): extend /api/health with model load diagnostics
Swatikantamishra8 Apr 27, 2026
add8e46
feat(api): extend /api/health with model load diagnostics
Swatikantamishra8 Apr 27, 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
11 changes: 0 additions & 11 deletions .github/CODEOWNERS

This file was deleted.

59 changes: 59 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: CI

on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]

jobs:
python:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.11"

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .

- name: Lint with flake8
run: |
flake8 src/ --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 src/ --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics

- name: Test with pytest
run: |
pytest tests/ -v --tb=short

frontend:
runs-on: ubuntu-latest
defaults:
run:
working-directory: frontend
steps:
- uses: actions/checkout@v4

- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
cache-dependency-path: frontend/package-lock.json

- name: Install dependencies
run: npm ci

- name: Type check and build
run: npm run build
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
28 changes: 27 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,33 @@ We are committed to providing a welcoming and inclusive environment. Please be r

#### First Time Contributors

Look for issues labeled `good first issue` - these are specifically chosen for newcomers.
Look for issues labeled `good first issue` — these are specifically chosen for newcomers.

**Recommended first issues (ready to pick up):**

| Issue | What You'll Learn | Time Estimate |
|-------|-----------------|---------------|
| [#9: Add frontend unit tests](https://github.com/Climate-Vision/ClimateVision/issues/9) | Vitest, React Testing Library, Vite | 2–4 hours |
| [#13: Add Docker Compose](https://github.com/Climate-Vision/ClimateVision/issues/13) | Docker, multi-service orchestration | 3–6 hours |

**How to claim an issue:**
1. Read the issue description and acceptance criteria
2. Comment "I'd like to work on this" — a maintainer will assign you
3. Fork the repo and create a branch: `git checkout -b feature/issue-9-frontend-tests`
4. Open a **draft PR** within 48 hours (even if incomplete) so we can give early feedback

**Need help?** Tag `@Climate-Vision/maintainers` in the issue or open a [Discussion](https://github.com/Climate-Vision/ClimateVision/discussions).

#### Intermediate Contributors

Ready for something meatier? These issues close critical gaps in our production pipeline:

| Issue | Area | Skills You'll Build |
|-------|------|-------------------|
| [#10: Alert delivery worker](https://github.com/Climate-Vision/ClimateVision/issues/10) | Backend | FastAPI BackgroundTasks, SMTP, webhooks |
| [#11: WebSocket real-time updates](https://github.com/Climate-Vision/ClimateVision/issues/11) | Full-stack | FastAPI WebSockets, React hooks, graceful degradation |
| [#12: ONNX Runtime inference](https://github.com/Climate-Vision/ClimateVision/issues/12) | MLOps | ONNX Runtime, PyTorch export, latency benchmarking |
| [#14: Carbon analytics API](https://github.com/Climate-Vision/ClimateVision/issues/14) | Analytics | Feature flags, API schema design, geospatial math |

#### Development Process

Expand Down
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