-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
executable file
·49 lines (49 loc) · 1.51 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
Package: modisfast
Title: Fast and Efficient Access to MODIS Earth Observation Data
Version: 1.0.0
Authors@R:
c(person(given = "Paul",
family = "Taconet",
email="[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-7429-7204")),
person(given = "Nicolas",
family = "Moiroux",
email="[email protected]",
role = "fnd",
comment = c(ORCID = "0000-0001-6755-6167")),
person("French National Research Institute for Sustainable Development, IRD", role = "fnd"))
Description: Programmatic interface to several NASA Earth Observation 'OPeNDAP' servers (Open-source Project for a Network Data Access Protocol) (<https://www.opendap.org/>). Allows for easy downloads of MODIS subsets, as well as other Earth Observation datacubes, in a time-saving and efficient way : by sampling it at the very downloading phase (spatially, temporally and dimensionally).
License: GPL (>= 3)
URL: https://github.com/ptaconet/modisfast
BugReports: https://github.com/ptaconet/modisfast/issues
Depends:
R (>= 2.10)
Imports:
curl,
dplyr,
httr,
lubridate,
magrittr,
parallel,
purrr,
rvest,
sf,
stats,
stringr,
terra,
xml2,
cli
Suggests:
ggplot2,
knitr,
mapview,
rmarkdown,
spelling,
testthat,
appeears
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Language: en-US
Config/testthat/start-first: mf_login, mf_list_collections, mf_list_variables, mf_get_url, mf_download_data, mf_import_data