-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
76 lines (76 loc) · 2.83 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
76
Package: gecevar
Title: Getting Climatic and Other Environmental Variables
Version: 0.0.1
SystemRequirements: GDAL (>= 2.0.1), GRASS (>=7)
Authors@R: c(
person("Ghislain", "Vieilledent", role=c("aut", "cre"),
email="ghislain.vieilledent@cirad.fr",
comment=c(ORCID="0000-0002-1685-4997")),
person("Pierre", "Guillaumont", role=c("aut"),
email="pierre.guillaumont@gmail.com"),
person("Jeanne", "Clément", role=c("aut"),
email="jeanne.clement16@laposte.net",
comment=c(ORCID="0000-0002-5228-5015")),
person("Philippe", "Birnbaum", role=c("aut"),
email="philippe.birnbaum@cirad.fr",
comment=c(ORCID = "0000-0003-4830-5500")),
person("Thomas", "Ibanez", role=c("aut"),
email="thomas.ibanez@ird.fr",
comment=c(ORCID="0000-0002-3192-1721")),
person("Gaëlle", "Jaouen", role="aut",
email="gaelle.jaouen@ecofog.gf",
comment=c(ORCID = "0000-0002-5655-9044")),
person("Clément", "Stahl", role="aut",
email="clement.stahl@ecofog.gf",
comment=c(ORCID = "0000-0001-5411-1169")),
person("Javier G.", "Corripio", role="ctb",
email="jgc@meteoexploration.com",
comment=c(ORCID = "0000-0001-6994-4913")),
person("CEBA", role=c("fnd")),
person("CNRT", role=c("fnd")),
person("Cirad", role=c("cph","fnd")))
Maintainer: Ghislain Vieilledent <ghislain.vieilledent@cirad.fr>
Description: Download climate and environmental data from open and
free online datasets for any region of the world. The data can be
used for ecological studies. The area of interest can be a country,
state or project area and is defined by an extent, vector file or
country iso-code. Data comes from a variety of sources (e.g. Chelsa,
OpenStreetMap, TropicalMoistForest, SRTMv4.1, SoilGrids). Climate
and environmental data are available as multiband raster files at a
resolution and in the coordinate reference system specified by the
user. When possible, the package uses the properties of Cloud
Optimized GeoTIFF ('COGs' <https://www.cogeo.org/>) files to
download only the portion of the global datasets corresponding to
the area of interest, reducing download time. The package uses
'GDAL' <https://gdal.org/> and the R libraries 'terra'
<https://rspatial.org/> and 'sf' <https://r-spatial.github.io/sf/>
for optimized processing of raster and vector geospatial data.
License: GPL-3
URL: https://ecology.ghislainv.fr/gecevar/, https://github.com/ghislainv/gecevar
BugReports: https://github.com/ghislainv/gecevar/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
Imports:
countrycode,
glue,
httr,
osmextract,
RCurl,
retry,
rgrass,
rjson,
stringr,
terra,
utils,
sf
Depends:
R (>= 3.5.0)
Config/testthat/edition: 3
LazyData: true