added formulas
This commit is contained in:
Binary file not shown.
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user