Package: climenv
Type: Package
Title: Download, Extract and Visualise Climate and Elevation Data
Version: 1.0.0
Authors@R: c(
    person("James L.", "Tsakalos", role = c("aut", "cre", "cph"),
           email = "jamestsakalos@gmail.com",
           comment = c(ORCID = "0000-0001-5067-196X")),
    person("Martin R.", 'Smith', role = c("aut"),
           email = "martin.smith@durham.ac.uk",
           comment = c(ORCID = "0000-0001-5660-1727")),
    person("Federico", "Luebert", role = c("aut"),
           comment = c(ORCID = "0000-0003-2251-4056")),
    person("Ladislav", "Mucina", role = c("aut"),
           comment = c(ORCID = "0000-0003-0317-8886"))
    )
Description: Grants access to three widely recognised modelled data sets, namely
    Global Climate Data (WorldClim 2), Climatologies at high resolution for the
    earth's land surface areas (CHELSA), and National Aeronautics and Space
    Administration's (NASA) Shuttle Radar Topography Mission (SRTM). It handles
    both multi and single geospatial polygon and point data, extracts outputs
    that can serve as covariates in various ecological studies. Provides two
    common graphic options – the Walter-Lieth (1960)
    <https://donum.uliege.be/bitstream/2268.1/7079/1/Walter-Lieth_Klimadiagramm-Weltatlas.pdf> 
    climate diagram and the Holdridge (1967)
    <https://reddcr.go.cr/sites/default/files/centro-de-documentacion/holdridge_1966_-_life_zone_ecology.pdf>
    life zone classification scheme. Provides one new graphic scheme of our own
    design which incorporates aspects of both Walter-Leigh and Holdridge.
    Provides user-friendly access and extraction of globally recognisable data
    sets to enhance their usability across a broad spectrum of applications.
License: GPL-3
BugReports: https://github.com/jamestsakalos/climenv/issues
URL: https://github.com/jamestsakalos/climenv
Encoding: UTF-8
Language: en-GB
LazyData: true
VignetteBuilder: knitr
Depends: R (>= 4.1.0)
Imports: climaemet, dismo, dplyr, elevatr (>= 0.99), exactextractr,
        geodata, glue, methods, plyr, randomForest, sf, sp, Ternary,
        terra
Suggests: covr, fs, knitr, progress, raster, rmarkdown, testthat (>=
        0.2.0), vdiffr
Config/Needs/check: rcmdcheck
Config/Needs/coverage: covr
Config/Needs/website: pkgdown
Config/testthat/edition: 3
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-11-02 14:43:42 UTC; jamie
Author: James L. Tsakalos [aut, cre, cph]
    (<https://orcid.org/0000-0001-5067-196X>),
  Martin R. Smith [aut] (<https://orcid.org/0000-0001-5660-1727>),
  Federico Luebert [aut] (<https://orcid.org/0000-0003-2251-4056>),
  Ladislav Mucina [aut] (<https://orcid.org/0000-0003-0317-8886>)
Maintainer: James L. Tsakalos <jamestsakalos@gmail.com>
Repository: CRAN
Date/Publication: 2023-11-02 19:40:02 UTC
