This commit is contained in:
Felix Delattre 2026-03-04 18:50:29 +01:00
parent 915dfd8510
commit a037e6b4fd
12 changed files with 1237 additions and 96 deletions

View file

@ -70,14 +70,14 @@ data/
## Web Viewer
Run a local HTTP server to view the web interface:
Run a local HTTP server from the **webapp** directory:
```bash
cd webapp
python3 -m http.server 8000
```
Then open `http://localhost:8000/webapp` in your browser to visualize NDVI time series and compare S2, S3, and fusion outputs.
Then open `http://localhost:8000/` in your browser. Data is served via the `webapp/data` symlink.
## License