forked from ropensci/smapr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
42 lines (42 loc) · 1.08 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
Package: smapr
Type: Package
Title: Acquisition and Processing of NASA Soil Moisture Active-Passive (SMAP) Data
Version: 0.1.2
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)
biocViews:
Imports:
httr (>= 1.1.0),
rappdirs (>= 0.3.1),
raster (>= 2.5),
rhdf5 (>= 2.14),
rvest,
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: 6.1.0
Suggests:
knitr,
rgdal,
rmarkdown,
roxygen2,
sp,
testthat,
utils,
covr
VignetteBuilder: knitr
URL: https://github.com/earthlab/smapr
BugReports: https://github.com/earthlab/smapr/issues