R/gh_neighbors.R

Defines functions gh_neighbours

Documented in gh_neighbours

gh_neighbors = gh_neighbours = function(geohashes, self = TRUE) {
  .Call(Cgh_neighbors, geohashes, self)
}

Try the geohashTools package in your browser

Any scripts or data that you put into this service are public.

geohashTools documentation built on Oct. 22, 2023, 1:12 a.m.