geohash icon indicating copy to clipboard operation
geohash copied to clipboard

Geohash generation, decoding and manipulation in R

Results 9 geohash issues
Sort by recently updated
recently updated
newest added

* use `lwgeom::geohash` * `devtools::install_github("ironholds/geohash")` -- don't. The package is not maintained ----- _Just leaving it here for everyone facing the same issue._

The package appears to have been removed from CRAN: https://cran.r-project.org/web/packages/geohash/index.html ``` Package ‘geohash’ was removed from the CRAN repository. Formerly available versions can be obtained from the archive. Archived on...

It will be very useful given a geohash to have a function that return the bounding box (in lat,long)

add gh_bbox function, input lat,lng and precision, output geohash bouding box list

I'm opening this PR as a starting point for solution discussion. Other options could include throwing an error and handling it elsewhere in the code. that would allow the ability...

`L` is not a registered component of a geohash, so the following should be `NA` (and/or issue a warning/error): ``` gh_decode('NULL') # lat lng lat_error lng_error # 1 -66.70898 129.5508...

I get the following error when trying to install the latest github version of the package: > devtools::install_github("ironholds/geohash") Using GitHub PAT from envvar GITHUB_PAT Downloading GitHub repo ironholds/geohash@master from URL...

It might be nice to allow gh_neighbors to more flexibly return not just the neighbors, but the neighbors' neighbors (up to distinctness, i.e. for `n_neighbors = k` there should be...

would be nice to have `gh_neighbors` in addition to `gh_neighbours`, etc. in the `NAMESPACE`. i'll file a PR to this end unless there's opposition