-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.19 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Type: Package
Package: GeoThinneR
Title: Simple Spatial Thinning for Ecological and Spatial Analysis
Version: 1.1.0
Authors@R:
person("Jorge", "Mestre-Tomás", , "[email protected]", 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