added covarage
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user