added formulas

This commit is contained in:
2026-06-26 12:23:46 +03:00
parent 4df70fa270
commit 83ca6bc12c
8 changed files with 456 additions and 23 deletions
Binary file not shown.
+1
View File
@@ -27,6 +27,7 @@ class CoverageRequest(BaseModel):
azimuth_step_deg: float = Field(default=1.0, gt=0, le=360)
range_step_m: float = Field(default=30, gt=0)
include_buildings: bool = True
include_canopy: bool = True
include_vegetation: bool = True
levels_dbm: list[float] = Field(default_factory=lambda: [-90, -100, -110])
format: OutputFormat = "geojson"