GeoThinneR: Simple Spatial Thinning for Ecological and Spatial Analysis
Provides efficient geospatial thinning algorithms to reduce
the density of coordinate data while maintaining spatial
relationships. Implements K-D Tree Approximate Nearest Neighbors
(ANN), R-Tree, and brute force thinning methods. It uses a modified version
of the R-tree structure from the 'rtree' package
<https://github.com/akoyabio/rtree>. The modified version can be downloaded
from <https://github.com/jmestret/rtree>.
For more information on the methods, see
Elseberg et al. (2012) <https://hdl.handle.net/10446/86202>.
Version: |
1.0.0 |
Depends: |
R (≥ 4.0.0) |
Imports: |
data.table, fields, matrixStats, nabor, Rcpp, stats, terra |
LinkingTo: |
Rcpp |
Suggests: |
ggplot2, knitr, rmarkdown, rtree, sf, testthat (≥ 3.0.0), tibble |
Published: |
2024-09-02 |
DOI: |
10.32614/CRAN.package.GeoThinneR |
Author: |
Jorge Mestre-Tomás
[aut, cre] |
Maintainer: |
Jorge Mestre-Tomás <jorge.mestre.tomas at csic.es> |
BugReports: |
https://github.com/jmestret/GeoThinneR/issues |
License: |
MIT + file LICENSE |
URL: |
https://github.com/jmestret/GeoThinneR,
https://jmestret.github.io/GeoThinneR/ |
NeedsCompilation: |
yes |
Language: |
en-US |
Materials: |
README NEWS |
CRAN checks: |
GeoThinneR results [issues need fixing before 2024-09-18] |
Documentation:
Downloads:
Linking:
Please use the canonical form
https://CRAN.R-project.org/package=GeoThinneR
to link to this page.