Sight Distance Overlay: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
m (Frank@tygron.nl moved page Distance Sight Overlay to Sight Distance Overlay without leaving a redirect)
No edit summary
Line 1: Line 1:
[[File:Distance_sight_overlay.jpg|right|thumb|Distance Sight Overlay]]
[[File:Distance_sight_overlay.jpg|right|thumb|Sight Distance Overlay]]
The Distance Sight Overlay is a [[Grid Overlay]] which combines the distance calculation of the [[Distance Zone Overlay]] with a line-of-sight calculation. The [[Overlay]] calculates whether specific [[Grid cell]]s have a line of sight to [[Item]]s which define a distance zone around them, and if so will record the distance to any such [[Item]].
The Sight Distance Overlay is a [[Grid Overlay]] which combines the distance calculation of the [[Distance Zone Overlay]] with a line-of-sight calculation. The [[Overlay]] calculates whether specific [[Grid cell]]s have a line of sight to [[Item]]s which define a distance zone around them, and if so will record the distance to any such [[Item]].
{{clear}}
{{clear}}


==Configuration==
==Configuration==
The Distance Sight Overlay's calculation model has a number of aspects which can be configured:
The Sight Distance Overlay's calculation model has a number of aspects which can be configured:
* The distances to calculate the lines-of-sight across
* The distances to calculate the lines-of-sight across
* The height from which to compute the lines-of-sight
* The height from which to compute the lines-of-sight


===Keys===
===Keys===
A single [[Overlay Key]] can be defined. This defines which [[Attribute]] the Distance Sight Overlay should look for in data in the [[Project]]. When found, the [[Item]] on which it is found is considered a source for drawing a line-of-sight from. The value of that [[Attribute]] is the maximum distance a line-of-sight may extend from that [[Item]].
A single [[Overlay Key]] can be defined. This defines which [[Attribute]] the Sight Distance Overlay should look for in data in the [[Project]]. When found, the [[Item]] on which it is found is considered a source for drawing a line-of-sight from. The value of that [[Attribute]] is the maximum distance a line-of-sight may extend from that [[Item]].
{{Overlay keys|suppresscategory=true|
{{Overlay keys|suppresscategory=true|
   {{:Distance zone m (Distance Sight Overlay)}}
   {{:Distance zone m (Sight Distance Overlay)}}
}}
}}


===Attributes===
===Attributes===
The Distance Sight Overlay has one configurable model [[Attribute]] which defines a minimum height from which the line-of-sight should be calculated.
The Sight Distance Overlay has one configurable model [[Attribute]] which defines a minimum height from which the line-of-sight should be calculated.
{{Overlay attributes|suppresscategory=true|
{{Overlay attributes|suppresscategory=true|
   {{:Source height m (Distance Sight Overlay)}}
   {{:Source height m (Sight Distance Overlay)}}
}}
}}


==Calculation==
==Calculation==
The Distance Sight Overlay performs a line-of-sight calculation between any two cells.
The Sight Distance Overlay performs a line-of-sight calculation between any two cells.


For each [[Grid cell]], all other grid cells within a {{Max distance overlay}} meter radius are checked whether they are considered a source for a line-of-sight calculation. If so, all cells between the computed cell and the source cell are checked for their [[Digital surface model|computed height]]. If that height would block the line-of-sight between the source cell and computed cell, the check for that particular calculation ends. If the line-of-sight is uninterrupted for all intermediate cells, the value computed for the computed cell is the distance between the source and the computed cell.
For each [[Grid cell]], all other grid cells within a {{Max distance overlay}} meter radius are checked whether they are considered a source for a line-of-sight calculation. If so, all cells between the computed cell and the source cell are checked for their [[Digital surface model|computed height]]. If that height would block the line-of-sight between the source cell and computed cell, the check for that particular calculation ends. If the line-of-sight is uninterrupted for all intermediate cells, the value computed for the computed cell is the distance between the source and the computed cell.

Revision as of 09:39, 28 September 2023

Sight Distance Overlay

The Sight Distance Overlay is a Grid Overlay which combines the distance calculation of the Distance Zone Overlay with a line-of-sight calculation. The Overlay calculates whether specific Grid cells have a line of sight to Items which define a distance zone around them, and if so will record the distance to any such Item.

Configuration

The Sight Distance Overlay's calculation model has a number of aspects which can be configured:

  • The distances to calculate the lines-of-sight across
  • The height from which to compute the lines-of-sight

Keys

A single Overlay Key can be defined. This defines which Attribute the Sight Distance Overlay should look for in data in the Project. When found, the Item on which it is found is considered a source for drawing a line-of-sight from. The value of that Attribute is the maximum distance a line-of-sight may extend from that Item.

Attributes

The Sight Distance Overlay has one configurable model Attribute which defines a minimum height from which the line-of-sight should be calculated.

Calculation

The Sight Distance Overlay performs a line-of-sight calculation between any two cells.

For each Grid cell, all other grid cells within a 2000 meter radius are checked whether they are considered a source for a line-of-sight calculation. If so, all cells between the computed cell and the source cell are checked for their computed height. If that height would block the line-of-sight between the source cell and computed cell, the check for that particular calculation ends. If the line-of-sight is uninterrupted for all intermediate cells, the value computed for the computed cell is the distance between the source and the computed cell.

If multiple lines-of-sight are computed for any given cell, and thus multiple resulting distances are computed, the lowest distance is returned.

Cells without a computed line-of-sight to any source have a NO_DATA value.

Results

The results of the Grid Overlay is a grid which shows, for each location, whether there is a line-of-sight to any Item configured to compute a line-of-sight from. And if so, what the minimum distance is to any such Item.

Notes

  • Although the terminology implies a computation of whether it's possible to look out from a defined source onto an arbitrary location, the calculations are applicable in reverse as well. Lines-of-sight can also be interpreted as a consideration from which locations a defined source can be seen.
  • Features including the Elevation model, and the heights of Buildings, are taken into consideration. However, slanting roofs, and Buildings which are only composed of furniture such as wind turbines and trees, are explicitly not taken into account.

How-to's

See also