nngeo: k-Nearest Neighbor Join for Spatial Data

K-nearest neighbor search for projected and non-projected 'sf' spatial layers. Nearest neighbor search uses (1) C code from 'GeographicLib' for lon-lat point layers, (2) function nn2() from package 'RANN' for projected point layers, or (3) function st_distance() from package 'sf' for line or polygon layers.

Version: 0.2.9
Depends: R (≥ 3.5.0), sf (≥ 0.6)
Imports: RANN, units, Rcpp, sp, methods, lwgeom, stars, raster, igraph
Suggests: DBI, RPostgreSQL, knitr, rmarkdown, testthat
Published: 2019-08-07
Author: Michael Dorman [aut, cre], Johnathan Rush [ctb], Ian Hough [ctb], Charles F.F Karney [ctb, cph] (Author of included C code from 'GeographicLib' for geodesic distance)
Maintainer: Michael Dorman <dorman at post.bgu.ac.il>
BugReports: https://github.com/michaeldorman/nngeo/issues/
License: MIT + file LICENSE
URL: https://github.com/michaeldorman/nngeo/
NeedsCompilation: yes
Materials: NEWS
CRAN checks: nngeo results

Downloads:

Reference manual: nngeo.pdf
Vignettes: Introduction to package 'nngeo'
Package source: nngeo_0.2.9.tar.gz
Windows binaries: r-devel: nngeo_0.2.9.zip, r-release: nngeo_0.2.9.zip, r-oldrel: nngeo_0.2.9.zip
OS X binaries: r-release: nngeo_0.2.9.tgz, r-oldrel: nngeo_0.2.9.tgz
Old sources: nngeo archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=nngeo to link to this page.