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
+2
View File
@@ -44,6 +44,7 @@ class LosRequest(BaseModel):
fresnel_clearance: float = Field(default=0.6, ge=0)
include_buildings: bool = True
include_canopy: bool = True
include_vegetation: bool = True
k_factor: float = Field(default=1.333, gt=0)
samples: int = Field(default=512, ge=2, le=10000)
@@ -67,4 +68,5 @@ class LosResponse(BaseModel):
geometric_obstructions_count: int
building_obstructions_count: int
diffraction_loss_db: float
vegetation_loss_db: float
profile_ref: str