-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.11 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
Package: hwsdr
Title: Interface to the 'HWSD' Web Services
Version: 1.1
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "koen.hufkens@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd")))
Description: Programmatic interface to the Harmonized World Soil Database
'HWSD' web services (<https://daac.ornl.gov/cgi-bin/dsviewer.pl?ds_id=1247>).
Allows for easy downloads of 'HWSD' soil data directly to your R workspace
or your computer. Routines for both single pixel data downloads and
gridded data are provided.
Depends:
R (>= 4.2)
Imports:
sf,
terra,
httr,
dplyr,
utils
License: AGPL-3
LazyData: true
ByteCompile: true
RoxygenNote: 7.2.3
Encoding: UTF-8
Suggests:
ncdf4,
knitr,
markdown,
covr,
testthat
VignetteBuilder: knitr
URL: https://github.com/bluegreen-labs/hwsdr, https://bluegreen-labs.github.io/hwsdr/
BugReports: https://github.com/bluegreen-labs/hwsdr/issues