added land

This commit is contained in:
2026-06-23 13:14:27 +03:00
parent 11a172ef3d
commit cfbfcb52d3
15 changed files with 106 additions and 4 deletions
+4
View File
@@ -81,6 +81,10 @@ 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`.
When WorldCover is available, `/api/v1/link/budget` and `/api/v1/terrain/los`
can include P.833 vegetation attenuation. Tune the coefficients with
`P833_GAMMA_DB_PER_M` and `P833_MAX_ATTENUATION_DB` in `.env`.
For local Python development:
```bash