R/geohash.R

#' @title Tools for handling URLs
#' @name geohash
#' @description The geohash package provides tools to encode lat/long pairs into geohashes, decode those geohashes,
#' and identify neighbours their neighbours.
#' @seealso the \href{https://cran.r-project.org/package=geohash/vignettes/geohash.html}{package vignette}.
#' @useDynLib geohash, .registration=TRUE
#' @importFrom Rcpp sourceCpp
#' @docType package
#' @aliases geohash geohash-package
NULL
Ironholds/geohash documentation built on May 7, 2019, 6:40 a.m.