A new data structure for efficient search on isovists
Florent Gr\'elard, Mehdi Ayadi, Mihaela Scuturici, Serge, Miguet

TL;DR
This paper introduces a novel data structure that enhances the efficiency of spatial queries involving infinitely long geometrical shapes like angular sectors, outperforming traditional R-trees.
Contribution
The paper proposes a new data structure based on dual space R-trees specifically designed for efficient querying of infinite geometrical shapes such as angular sectors.
Findings
The new method is faster than traditional R-trees for angular sector queries.
It effectively handles infinite geometrical shapes in spatial data.
Extensive evaluation confirms improved query performance.
Abstract
Spatial data structures allow to make efficient queries on Geographical Information Systems (GIS). Spatial queries involve the geometry of the data, such as points, lines, or polygons. For instance, a spatial query could poll for the nearest restaurants from a given location. Spatial queries can be solved exhaustively by going through the entire data, which is prohibitive as the number of data points increases. In this article, we are interested in making efficient queries on infinitely long geometrical shapes. For instance, angular sectors, defined as the intersection of two half-spaces, are infinitely long. However, regular spatial data structures are not adapted to these geometrical shapes. We propose a new method allowing to make efficient spatial queries on angular sectors (i.e. whether a point is inside an angular sector). It builds a R-tree from the dual space of angular sectors.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Constraint Satisfaction and Optimization
