added covarage

This commit is contained in:
2026-06-24 07:50:00 +03:00
parent 89ca1ee945
commit bc9b70764d
41 changed files with 1306 additions and 79 deletions
+3
View File
@@ -81,9 +81,12 @@ Place ESA WorldCover GeoTIFF/COG files under `data/landcover` and optional canop
height GeoTIFF/COG files under `data/canopy`, then restart the API:
```bash
python scripts/bootstrap_landcover.py --bbox 27.3,58.4,35.8,61.4 --landcover-dir data/landcover
docker compose restart api worker
```
Or download manually into `data/landcover` and `data/canopy`.
The `/api/v1/landcover/path` endpoint samples all `.tif`/`.tiff` files under
`LANDCOVER_PATH` recursively. Canopy data is optional; when it is missing,
`canopy_height_m` is returned as `null`.