The visualization of spatial data is becoming increasingly important in science, business and many other areas. There are two main reasons for this: First, the amount of spatial data is growing continuously, making it impossible for people to manually process the data in raw form. Secondly, users have very high demands on the interactive processing of big spatial data in visual form. For instance in geography, data often corresponds to a large number of point observations that should be displayed on a constrained screen with limited resolution. This causes two crucial problems: drawing a lot of points is expensive at runtime and leads to a loss of information due to an overloaded and occluded visualization. In this paper we present a new efficient visualization algorithm that avoids these problems by aggregating point data into a set of non-overlapping circles with the following properties: (i) they follow the distribution of the data, (ii) they represent the cardinality of the underlying point subset by the circle area, (iii) they reveal hot spots while simultaneously keeping outliers, and (iv) the number of circles is typically much smaller than the number of points. Based on a quadtree, our algorithm computes the circles in linear time with respect to the number of points. Experimental results confirm its excellent runtime and quality in comparison to competitors.
更多
查看译文
关键词
Point aggregation,Spatial visualization,Big spatial point data