-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
75 lines (75 loc) · 3.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Type: Package
Package: CoordinateCleaner
Title: Automated Cleaning of Occurrence Records from Biological
Collections
Version: 3.0.1
Authors@R: c(person(given = "Alexander", family = "Zizka", email = "zizka.alexander@gmail.com",
role = c("aut", "cre")),
person(given = "Daniele", family = "Silvestro", role = "ctb"),
person(given = "Tobias", family = "Andermann", role = "ctb"),
person(given = "Josue", family = "Azevedo", role = "ctb"),
person(given = "Camila", family = "Duarte Ritter", role = "ctb"),
person(given = "Daniel", family = "Edler", role = "ctb"),
person(given = "Harith", family = "Farooq", role = "ctb"),
person(given = "Andrei", family = "Herdean", role = "ctb"),
person(given = "Maria", family = "Ariza", role = "ctb"),
person(given = "Ruud", family = "Scharn", role = "ctb"),
person(given = "Sten", family = "Svanteson", role = "ctb"),
person(given = "Niklas", family = "Wengstrom", role = "ctb"),
person(given = "Vera", family = "Zizka", role = "ctb"),
person(given = "Alexandre", family ="Antonelli", role = "ctb"),
person(given = "Bruno", family = "Vilela", role = "ctb",
comment = "Bruno updated the package to remove dependencies on sp, raster, rgdal, maptools, and rgeos packages"),
person("Irene", "Steves", role = "rev",
comment = "Irene reviewed the package for ropensci, see <https://github.com/ropensci/onboarding/issues/210>"),
person("Francisco", "Rodriguez-Sanchez", role = "rev",
comment = "Francisco reviewed the package for ropensci, see <https://github.com/ropensci/onboarding/issues/210>"))
Description: Automated flagging of common spatial and temporal
errors in biological and paleontological collection data, for the use
in conservation, ecology and paleontology. Includes automated tests to
easily flag (and exclude) records assigned to country or province
centroid, the open ocean, the headquarters of the Global Biodiversity
Information Facility, urban areas or the location of biodiversity
institutions (museums, zoos, botanical gardens, universities).
Furthermore identifies per species outlier coordinates, zero
coordinates, identical latitude/longitude and invalid coordinates.
Also implements an algorithm to identify data sets with a significant
proportion of rounded coordinates. Especially suited for large data
sets. The reference for the methodology is: Zizka et al. (2019)
<doi:10.1111/2041-210X.13152>.
License: GPL-3
URL: https://ropensci.github.io/CoordinateCleaner/
BugReports: https://github.com/ropensci/CoordinateCleaner/issues
Depends:
R (>= 3.5.0)
Imports:
dplyr,
geosphere,
ggplot2,
graphics,
grDevices,
methods,
rgbif,
rnaturalearth (>= 0.3.2),
stats,
terra,
tidyselect,
utils
Suggests:
countrycode,
covr,
knitr,
magrittr,
maps,
rmarkdown,
rnaturalearthdata,
sf,
testthat,
viridis
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-gb
LazyData: true
RoxygenNote: 7.2.3
SystemRequirements: GDAL (>= 2.0.1)