Efficient viewshed computation on terrain in external memory

  • Authors:
  • Marcus V. Andrade;Salles V. Magalhães;Mirella A. Magalhães;W. Randolph Franklin;Barbara M. Cutler

  • Affiliations:
  • DPI, Universidade Federal de Viçosa, Viçosa, Brasil and ECSE Dept., Rensselaer Polytechnic Institute, Troy, USA;DPI, Universidade Federal de Viçosa, Viçosa, Brasil;DPI, Universidade Federal de Viçosa, Viçosa, Brasil;ECSE Dept., Rensselaer Polytechnic Institute, Troy, USA;CS Dept., Rensselaer Polytechnic Institute, Troy, USA

  • Venue:
  • Geoinformatica
  • Year:
  • 2011

Quantified Score

Hi-index 0.00

Visualization

Abstract

The recent availability of detailed geographic data permits terrain applications to process large areas at high resolution. However the required massive data processing presents significant challenges, demanding algorithms optimized for both data movement and computation. One such application is viewshed computation, that is, to determine all the points visible from a given point p. In this paper, we present an efficient algorithm to compute viewsheds on terrain stored in external memory. In the usual case where the observer's radius of interest is smaller than the terrain size, the algorithm complexity is 驴(scan(n 2)) where n 2 is the number of points in an n 脳 n DEM and scan(n 2) is the minimum number of I/O operations required to read n 2 contiguous items from external memory. This is much faster than existing published algorithms.