Extract Visible/Invisible Lines from LoS
Extracts individual parts from lines-of-sight. The line is divided into visible and invisible segments.
Parameters
Label | Name | Type | Description |
---|---|---|---|
LoS layer | LoSLayer |
[vector: line] | LoS layer to extract lines from. |
Use curvature corrections? | CurvatureCorrections |
[boolean] Default: True |
Should curvature and refraction corrections be applied? |
Refraction coefficient value | RefractionCoefficient |
[number] Default: 0.13 |
Value of the refraction coefficient. |
Output layer | OutputLayer |
[vector: point] | Output layer containing lines |
Outputs
Label | Name | Type | Description |
---|---|---|---|
Output layer | OutputLayer |
[vector: point] | Output layer containing lines. |
Fields in the output layer
- id_observer - integer - value from expected field (
id_observer
) inLoSLayer
- id_target - integer - value from expected field (
id_target
) inLoSLayer
- visible - boolean - is the point visible