GeoTree: a data structure for constant time geospatial search enabling a real-time mix-adjusted median property price index

08/05/2020
by   Robert Miller, et al.
0

A common problem appearing across the field of data science is k-NN (k-nearest neighbours), particularly within the context of Geographic Information Systems. In this article, we present a novel data structure, the GeoTree, which holds a collection of geohashes (string encodings of GPS co-ordinates). This enables a constant O(1) time search algorithm that returns a set of geohashes surrounding a given geohash in the GeoTree, representing the approximate k-nearest neighbours of that geohash. Furthermore, the GeoTree data structure retains O(n) memory requirement. We apply the data structure to a property price index algorithm focused on price comparison with historical neighbouring sales, demonstrating an enhanced performance. The results show that this data structure allows for the development of a real-time property price index, and can be scaled to larger datasets with ease.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
09/22/2020

A rapidly updating stratified mix-adjusted median property price index model

Homeowners, first-time buyers, banks, governments and construction compa...
research
05/02/2023

A Quadtree for Hyperbolic Space

We propose a data structure in d-dimensional hyperbolic space that can b...
research
09/24/2021

Dynamic Data Structures for k-Nearest Neighbor Queries

Our aim is to develop dynamic data structures that support k-nearest nei...
research
06/23/2023

Nearest Neighbour with Bandit Feedback

In this paper we adapt the nearest neighbour rule to the contextual band...
research
10/04/2018

Compound Binary Search Tree and Algorithms

The Binary Search Tree (BST) is average in computer science which suppor...
research
08/12/2018

Reconfigurable Inverted Index

Existing approximate nearest neighbor search systems suffer from two fun...
research
07/22/2022

What's in the laundromat? Mapping and characterising offshore owned domestic property in London

The UK, particularly London, is a global hub for money laundering, a sig...

Please sign up or login with your details

Forgot password? Click here to reset