Skip to content
Snippets Groups Projects
  1. Mar 05, 2019
  2. Feb 28, 2019
  3. Feb 27, 2019
  4. Feb 26, 2019
  5. Feb 22, 2019
  6. Feb 21, 2019
  7. Feb 20, 2019
    • Luc Maisonobe's avatar
      Improved robustness of recovery algorithm when refining returns null. · 0efb1aa8
      Luc Maisonobe authored
      Direct location is performed in two phases, with a first intersection
      being computed without corrections, then correction are applied and the
      first solution is "refined". It was expected that the DEM cell did not
      change there. Unfortunately, sometimes the refining did not find a
      result in the same DEM cell. This was a very rare occurrence, and was
      detected first on very ... rugged areas like mountains.
      
      Now, when this rare event is detected, we restart a full-blown
      intersection but starting from a point just after the exit of the
      failing cell, when LOS is still above DEM and we prevent the algorithm
      to find solutions backward (i.e. we prevent it from finding the previous
      solution again and looping infinitely).
      0efb1aa8
    • Guylaine Prat's avatar
      Better management of dumped data in TilesCache when updating the tile · de9daade
      Guylaine Prat authored
      In the updateTile method (to be developed by the user according to the
      kind of raster to be read), it happens that some useless data are
      dumped. For instance, when reading some SRTM data, one needs to read
      also some Geoid data. When reading the Geoid data, the elevations may be
      dumped (if using the SimpleTile.interpolateElevation method).
      de9daade
  8. Feb 19, 2019
  9. Feb 18, 2019
  10. Feb 15, 2019
  11. Feb 14, 2019
  12. Feb 13, 2019
  13. Feb 12, 2019
  14. Feb 11, 2019
  15. Feb 08, 2019
  16. Feb 01, 2019
  17. Jan 29, 2019
Loading