forked from ptaconet/modisfast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1 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
Package: opendapr
Title: Fast Download of many Earth Observation Data in R using the OPeNDAP Capacities
Version: 0.1.0
Authors@R:
person(given = "Paul",
family = "Taconet",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7429-7204"))
Description: Provides functions to download various kinds of spatial-temporal Earth science datacubes in a time-saving and efficient way : by sampling it at the very downloading phase (spatially, temporally and dimensionally) using the OPeNDAP framework.
License: GPL-3
URL: https://github.com/ptaconet/opendapr
BugReports: https://github.com/ptaconet/opendapr/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Depends: R (>= 2.10)
Imports:
magrittr,
dplyr,
httr,
curl,
sf,
purrr,
lubridate,
xml2,
stringr,
rvest,
utils,
parallel,
raster,
stars,
ncdf4
Suggests:
testthat,
knitr,
mapview,
rmarkdown