- Mar 17, 2014
-
-
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
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
This is a first step towards duvenhage's algorithm.
-
Luc Maisonobe authored
-
- Mar 10, 2014
-
-
Luc Maisonobe authored
This is work in progress, the min/max computation seems wrong for now.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
Specialized tiles should directly extend SimpleTile.
-
Luc Maisonobe authored
-
- Mar 09, 2014
-
-
Luc Maisonobe authored
For now, only the (incomplete) API and classes hierarchy has been set up. The tile is still a simple tile and does not yet creates the min/max kd-tree. The algorithm doesn't do anything.
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-
Luc Maisonobe authored
-