Type: Package
Package: GeoThinneR
Title: Simple Spatial Thinning for Ecological and Spatial Analysis
Version: 1.1.0
Authors@R: 
    person("Jorge", "Mestre-Tomás", , "jorge.mestre.tomas@csic.es", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-8983-3417"))
Description: Provides efficient geospatial thinning algorithms to reduce
    the density of coordinate data while maintaining spatial
    relationships. Implements K-D Tree and brute-force distance-based
    thinning, as well as grid-based and precision-based thinning methods.
    For more information on the methods, see Elseberg et al. (2012)
    <https://hdl.handle.net/10446/86202>.
License: MIT + file LICENSE
URL: https://github.com/jmestret/GeoThinneR,
        https://jmestret.github.io/GeoThinneR/
BugReports: https://github.com/jmestret/GeoThinneR/issues
Depends: R (>= 4.0.0)
Imports: data.table, fields, matrixStats, nabor, Rcpp, stats, terra
Suggests: ggplot2, knitr, rmarkdown, sf, testthat (>= 3.0.0), tibble
LinkingTo: Rcpp
VignetteBuilder: knitr
BuildVignettes: true
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1
NeedsCompilation: yes
Packaged: 2024-10-03 13:23:51 UTC; jorge
Author: Jorge Mestre-Tomás [aut, cre] (<https://orcid.org/0000-0002-8983-3417>)
Maintainer: Jorge Mestre-Tomás <jorge.mestre.tomas@csic.es>
Repository: CRAN
Date/Publication: 2024-10-03 23:10:13 UTC
