-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
44 lines (44 loc) · 1.62 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
Package: rpaleoclim
Title: Download Paleoclimate Data from 'PaleoClim'
Version: 1.0.1.9000
Authors@R:
person(given = "Joe",
family = "Roe",
role = c("aut", "cre", "cph"),
email = "[email protected]")
Description:
'PaleoClim' <http://www.paleoclim.org> (Brown et al. 2019,
<doi:10.1038/sdata.2018.254>) is a set of free, high resolution paleoclimate
surfaces covering the whole globe. It includes data on surface temperature,
precipitation and the standard bioclimatic variables commonly used in
ecological modelling, derived from the 'HadCM3' general circulation model and
downscaled to a spatial resolution of up to 2.5 minutes. Simulations are
available for key time periods from the Late Holocene to mid-Pliocene. Data on
current and Last Glacial Maximum climate is derived from 'CHELSA' (Karger et
al. 2017, <doi:10.1038/sdata.2017.122>) and reprocessed by 'PaleoClim' to
match their format; it is available at up to 30 seconds resolution. This
package provides a simple interface for downloading 'PaleoClim' data in R,
with support for caching and filtering retrieved data by period, resolution,
and geographic extent.
License: MIT + file LICENSE
URL: https://rpaleoclim.joeroe.io, https://github.com/joeroe/rpaleoclim
BugReports: https://github.com/joeroe/rpaleoclim/issues
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
curl,
fs,
rlang,
terra (>= 1.5-12),
utils
Suggests:
knitr,
covr,
mockery,
raster (>= 3.5-1),
testthat (>= 3.0.0),
rmarkdown
Config/testthat/edition: 3
VignetteBuilder: knitr