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)
NeedsCompilation: no
Packaged: 2023-10-24 19:17:49 UTC; brunovilela
Author: Alexander Zizka [aut, cre],
  Daniele Silvestro [ctb],
  Tobias Andermann [ctb],
  Josue Azevedo [ctb],
  Camila Duarte Ritter [ctb],
  Daniel Edler [ctb],
  Harith Farooq [ctb],
  Andrei Herdean [ctb],
  Maria Ariza [ctb],
  Ruud Scharn [ctb],
  Sten Svanteson [ctb],
  Niklas Wengstrom [ctb],
  Vera Zizka [ctb],
  Alexandre Antonelli [ctb],
  Bruno Vilela [ctb] (Bruno updated the package to remove dependencies on
    sp, raster, rgdal, maptools, and rgeos packages),
  Irene Steves [rev] (Irene reviewed the package for ropensci, see
    <https://github.com/ropensci/onboarding/issues/210>),
  Francisco Rodriguez-Sanchez [rev] (Francisco reviewed the package for
    ropensci, see <https://github.com/ropensci/onboarding/issues/210>)
Maintainer: Alexander Zizka <zizka.alexander@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-24 21:20:02 UTC
Built: R 4.3.1; ; 2023-10-24 23:52:05 UTC; unix
