added fresnel zone
This commit is contained in:
@@ -246,6 +246,8 @@ curl -s -X POST http://localhost:5603/api/v1/terrain/los \
|
||||
"clearance_m": 11.28,
|
||||
"fresnel_radius_m": 11.9,
|
||||
"required_clearance_m": 7.14,
|
||||
"fresnel_upper_60pct_m": 36.84,
|
||||
"fresnel_upper_100pct_m": 41.6,
|
||||
"fresnel_lower_60pct_m": 22.56,
|
||||
"fresnel_lower_100pct_m": 17.8,
|
||||
"type": "terrain"
|
||||
@@ -257,8 +259,8 @@ curl -s -X POST http://localhost:5603/api/v1/terrain/los \
|
||||
- `distance_m` по X.
|
||||
- `surface_m` как земля/DSM.
|
||||
- `path_height_m` как прямая TX-RX.
|
||||
- `fresnel_lower_60pct_m` как нижняя граница требуемой свободной зоны.
|
||||
- `fresnel_lower_100pct_m` как нижняя граница полной первой зоны Френеля.
|
||||
- `fresnel_lower_60pct_m` и `fresnel_upper_60pct_m` как требуемая свободная зона.
|
||||
- `fresnel_lower_100pct_m` и `fresnel_upper_100pct_m` как полная первая зона Френеля.
|
||||
- точки, где `clearance_m < required_clearance_m`, подсветить как нарушения.
|
||||
|
||||
## Buildings
|
||||
|
||||
Reference in New Issue
Block a user