-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
41 lines (41 loc) · 1.09 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
Package: smapr
Type: Package
Title: Acquisition and Processing of NASA Soil Moisture Active-Passive (SMAP) Data
Version: 0.2.1
Authors@R: c(
person("Maxwell", "Joseph", email = "maxwell.b.joseph@colorado.edu",
role = c("aut", "cre")),
person("Matthew", "Oakley", email = "matthew.oakley@colorado.edu",
role = "aut"),
person("Zachary", "Schira", email = "zasc3143@colorado.edu",
role = "aut")
)
Depends:
R (>= 3.2.5)
Imports:
hdf5r,
httr (>= 1.1.0),
methods,
rappdirs (>= 0.3.1),
rvest,
terra,
xml2
Maintainer: Maxwell Joseph <maxwell.b.joseph@colorado.edu>
Description:
Facilitates programmatic access to NASA Soil Moisture Active
Passive (SMAP) data with R. It includes functions to search for, acquire,
and extract SMAP data.
License: GPL-3
LazyData: TRUE
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
roxygen2,
testthat,
utils,
covr
VignetteBuilder: knitr
URL: https://docs.ropensci.org/smapr, https://github.com/ropensci/smapr
BugReports: https://github.com/ropensci/smapr/issues
Encoding: UTF-8