-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.13 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: MODISTools
Title: Interface to the 'MODIS Land Products Subsets' Web Services
Version: 1.1.5
Authors@R: c(person(
family = "Hufkens",
given = "Koen",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5070-8109")),
person(given = "BlueGreen Labs",
role = c("cph", "fnd")))
Description: Programmatic interface to the Oak Ridge National Laboratories
'MODIS Land Products Subsets' web services
(<https://modis.ornl.gov/data/modis_webservice.html>). Allows for easy
downloads of 'MODIS' time series directly to your R workspace or
your computer.
URL: https://github.com/bluegreen-labs/MODISTools, https://bluegreen-labs.github.io/MODISTools/
BugReports: https://github.com/bluegreen-labs/MODISTools/issues
Depends:
R (>= 3.4)
Imports:
httr,
utils,
sf,
sp,
terra,
stats,
memoise,
jsonlite
License: AGPL-3
LazyData: true
ByteCompile: true
RoxygenNote: 7.2.3
Suggests:
knitr,
markdown,
covr,
testthat,
ggplot2,
dplyr
VignetteBuilder: knitr