Sight Distance Overlay

From Tygron Support wiki
Revision as of 07:59, 18 February 2022 by Rudolf@tygron.nl (talk | contribs)
Jump to navigation Jump to search
Distance Sight 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 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 Distance Sight 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 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.

Distance zone m (Distance Sight Overlay)

Attributes

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

Source height m (Distance Sight Overlay)

Calculation

The Distance Sight 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 Constructions, are taken into consideration. However, slanting roofs, and Constructions which are only composed of furniture such as wind turbines and trees, are explicitly not taken into account.

How-to's

See also