Closed anjulapaulus closed 3 years ago
H3 can approximate this very efficiently - see https://observablehq.com/@nrabinowitz/h3-radius-lookup for some approaches here. One option not included there is to use H3 to get an initial candidate set, then use Haversine or similar to accurately check distance.
Hi, Is it possible to get the neighboring indexes from a given cell index around a given radius which is either in metres or kms? I have a usecase which requires that? It would be helpful if there is another way to obtain them that using haversine.