Title
Fast generation of multiple resolution instances of raster data sets
Abstract
In many GIS applications it is important to study the characteristics of a raster data set at multiple resolutions. Often this is done by generating several coarser resolution rasters from a fine resolution raster. In this paper we describe efficient algorithms for different variants of this problem. Given a raster G of √N × √N cells we first consider the problem of computing for every 2 ≤ μ ≤ √N a raster Gμ of √N/μ × √N/μ cells such that each cell of Gμ stores the average of the values of μ × μ cells of G. We describe an algorithm that solves this problem in Θ(N) time when the handled data fit in the main memory of the computer. We also provide two algorithms that solve this problem in external memory, that is when the input raster is larger than the main memory. The first external algorithm is very easy to implement and requires O(sort(N)) data block transfers from/to the external memory, and the second algorithm requires only O(scan(N)) transfers, where sort(N) and scan(N) are the number of transfers needed to sort and scan N elements, respectively. We also study a variant of the problem where instead of the full input raster we handle only a connected subregion of arbitrary shape. For this variant we describe an algorithm that runs in Θ(U log N) time in internal memory, where U is the size of the output. We show how this algorithm can be adapted to perform efficiently in the external memory using O(sort(U)) data transfers from the disk. We have also implemented two of the presented algorithms, the O(sort(N)) external memory algorithm for full rasters, and the internal memory algorithm that handles connected subregions, and we demonstrate their efficiency in practice.
Year
DOI
Venue
2012
10.1145/2424321.2424329
SIGSPATIAL/GIS
Keywords
Field
DocType
multiple resolution instance,external algorithm,raster g,external memory,raster data set,fine resolution raster,internal memory,efficient algorithm,internal memory algorithm,fast generation,full input raster,external memory algorithm,main memory
Binary logarithm,Raster data,Fine resolution,Raster graphics,Computer science,sort,Algorithm,Block (data storage),GIS applications,Auxiliary memory
Conference
Citations 
PageRank 
References 
1
0.40
6
Authors
3
Name
Order
Citations
PageRank
Lars Arge12066255.14
Herman Haverkort224417.68
Constantinos Tsirogiannis3125.93