Moved webapp to top level.

This commit is contained in:
Felix Delattre 2026-06-10 15:33:03 +02:00
parent 17f2d1d659
commit 5389776c8a
4 changed files with 7 additions and 7 deletions

View file

@ -14,7 +14,7 @@ Worldwide PhenoCam EFAST feasibility screening. Human summary: [`README.md`](REA
| `4-fusion.py` | Step 4: GCC computation + EFAST BtI/ItB fusion loop |
| `5-metrics.py` | Step 5: timeseries, covariates, `metrics.json`, webapp manifest |
| `data/` | Manifests, per-site caches, screening outputs (large; mostly generated) |
| `webapp/` | Static QA viewer (`make serve` from workspace root) |
| `index.html`, `common.js` | Static QA viewer (`make serve` from workspace root) |
Workspace orchestration: [`../AGENTS.md`](../AGENTS.md).
@ -29,7 +29,7 @@ Workspace orchestration: [`../AGENTS.md`](../AGENTS.md).
| S2/S3 download + EFAST prep | `3-sentinel-data.py` |
| GCC + fusion | `4-fusion.py` |
| Metrics + webapp index | `5-metrics.py` |
| Web QA | `../Makefile` target `serve``webapp/index.html` |
| Web QA | `../Makefile` target `serve``index.html` |
---