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
+1
View File
@@ -14,6 +14,7 @@ class LinkBudgetRequest(BaseModel):
model: Literal["p452", "itm", "manual"] = "manual"
include_buildings: bool = True
include_vegetation: bool = True
include_canopy: bool = True
k_factor: float = Field(default=1.333, gt=0)