Package: nngeo 0.4.8
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 knn() from package 'nabor' for projected point layers, or (3) function st_distance() from package 'sf' for line or polygon layers. The package also includes several other utility functions for spatial analysis.
Authors:
nngeo_0.4.8.tar.gz
nngeo_0.4.8.zip(r-4.7)nngeo_0.4.8.zip(r-4.6)nngeo_0.4.8.zip(r-4.5)
nngeo_0.4.8.tgz(r-4.6-x86_64)nngeo_0.4.8.tgz(r-4.6-arm64)nngeo_0.4.8.tgz(r-4.5-x86_64)nngeo_0.4.8.tgz(r-4.5-arm64)
nngeo_0.4.8.tar.gz(r-4.7-arm64)nngeo_0.4.8.tar.gz(r-4.7-x86_64)nngeo_0.4.8.tar.gz(r-4.6-arm64)nngeo_0.4.8.tar.gz(r-4.6-x86_64)
nngeo_0.4.8.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
nngeo/json (API)
NEWS
| # Install 'nngeo' in R: |
| install.packages('nngeo', repos = c('https://michaeldorman.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/michaeldorman/nngeo/issues
Pkgdown/docs site:https://michaeldorman.github.io
Last updated from:bf5b1c10da. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 144 | ||
| linux-devel-x86_64 | OK | 157 | ||
| source / vignettes | OK | 221 | ||
| linux-release-arm64 | OK | 201 | ||
| linux-release-x86_64 | OK | 168 | ||
| macos-release-arm64 | OK | 96 | ||
| macos-release-x86_64 | OK | 191 | ||
| macos-oldrel-arm64 | OK | 114 | ||
| macos-oldrel-x86_64 | OK | 238 | ||
| windows-devel | OK | 189 | ||
| windows-release | OK | 108 | ||
| windows-oldrel | OK | 152 | ||
| wasm-release | OK | 135 |
Exports:st_azimuthst_connectst_ellipsest_nnst_postgisst_remove_holesst_segments
Dependencies:BHclassclassIntdata.tableDBIe1071KernSmoothMASSnaborproxyRcppRcppEigens2sfunitswk
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Point layer of the three largest cities in Israel | cities |
| Sample network dataset: lines | line |
| Sample network dataset: points | pnt |
| Calculate the azimuth between pairs of points | st_azimuth |
| Create lines between features of two layers | st_connect |
| Calculate ellipse polygon | st_ellipse |
| Nearest Neighbor Search for Simple Features | st_nn |
| Send 'sf' layer to a PostGIS query | st_postgis |
| Remove polygon holes | st_remove_holes |
| Split polygons or lines to segments | st_segments |
| Point layer of towns in Israel | towns |
| Polygonal layer of water bodies in Israel | water |
