added fresnel zone

This commit is contained in:
2026-06-23 15:44:31 +03:00
parent b230f7277c
commit b9a1ca4125
7 changed files with 10 additions and 2 deletions
Binary file not shown.
+2
View File
@@ -70,6 +70,8 @@ class FresnelProfileSample(BaseModel):
clearance_m: float
fresnel_radius_m: float
required_clearance_m: float
fresnel_upper_60pct_m: float
fresnel_upper_100pct_m: float
fresnel_lower_60pct_m: float
fresnel_lower_100pct_m: float
type: Literal["terrain", "building", "canopy"]