- Mar 25, 2014
-
-
Luc Maisonobe authored
The cases handled include linear cases (when Digital Elevation Model has zero curvature) and constant cases (no curvature and line-of-sight parallel to tile, both in or out-of-tile).
-
Luc Maisonobe authored
The case where the line-of-sight enters the Digital Elevation Model in one tile on top and exit it in another tile on bottom is not tested yet.
-
- Mar 24, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
The test does not succeed yet, an infinite loop is triggered.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Mar 19, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Mar 18, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Mar 17, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Mar 15, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
These methods are essential to identify where to split the line-of-sight in the Duvenhage algorithm, when going from one level in the min/max kd-tree to the next level.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Elevation is going to be interpolated at tiles entry and exit points, which are computed from geodetic conversions. The result points may be very slightly out of tiles, at numerical accuracy level. These points should nevertheless be allowed to be interpolated using the closest pixel data, so a tolerance was needed. The SimpleTile class uses a fixed tolerance, arbitrarily set to 1/8 pixel.
-
Luc Maisonobe authored
-
- Mar 14, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Tiles are expected to have no inter-tile gap, i.e. the boundary row/columns are repeated in neighboring tiles.
-
- Mar 13, 2014
-
-
Luc Maisonobe authored
-
- Mar 12, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
This allows them to chop off line-of-sight at DEM cells boundaries.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
- Mar 11, 2014
-
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-