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 ORCID iD [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:

Reference manual: GeoThinneR.pdf
Vignettes: A collection of simple methods for spatial thinning of species occurrences and point data (source, R code)

Downloads:

Package source: GeoThinneR_1.0.0.tar.gz
Windows binaries: r-devel: GeoThinneR_1.0.0.zip, r-release: GeoThinneR_1.0.0.zip, r-oldrel: GeoThinneR_1.0.0.zip
macOS binaries: r-release (arm64): GeoThinneR_1.0.0.tgz, r-oldrel (arm64): GeoThinneR_1.0.0.tgz, r-release (x86_64): GeoThinneR_1.0.0.tgz, r-oldrel (x86_64): GeoThinneR_1.0.0.tgz

Linking:

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