Viper: Interactive Exploration of Large Satellite Data✱✱
Viper: Interactive Exploration of Large Satellite Data✱✱
复制标题
DOI:
10.1145/3609956.3609966
复制
发表时间:
2023-08
期刊:
影响因子:
--
通讯作者:
Zhuocheng Shang;Ahmed Eldawy
中科院分区:
文献类型:
--
作者:
Zhuocheng Shang;Ahmed Eldawy
Significant increase in high-resolution satellite data requires more productive analysis methods to benefit data scientists. Interactive exploration is essential to productivity since it keeps the user engaged by providing quick responses. This paper addresses the progressive zonal statistics problem that given big satellite data, an aggregate function, and a set of query polygons, zonal statistics computes the aggregate function for each query polygon over raster data. Efficiently querying complex polygons, reading high resolution pixels and process multiple polygons simultaneously are three main challenges. This work introduces Viper, an interactive exploration pipeline to overcome these challenges and achieve requirements. Viper uses a raster-vector index to bootstrap the answer with an accurate result in a short time. Then, it progressively refines the answer using a priority processing algorithm to produce the final answer. Experiments on large-scale real data show that Viper can reach 90% accuracy or higher up-to two orders of magnitude faster than baseline algorithms.