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

Try the geohash package in your browser

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

geohash documentation built on Aug. 2, 2017, 5:01 p.m.