-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.01 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
Package: extractr
Title: Extract data from online dataset APIs
Version: 0.1.3
URL: https://marinebon.github.io/extractr,
https://github.com/marinebon/extractr
BugReports: https://github.com/marinebon/extractr/issues
Authors@R:
person("Benjamin", "Best", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-2686-0784"))
Description: Extract data from online dataset APIs, such as ERDDAP, STAC,
Google Earth Engine, DataOne, OBIS, etc. for specific Areas of Interest (AoIs)
by downloading the bounding box, clipping to area and summarizing as desired, eg
over a time interval (eg weekly or annual) with general statistics
(eg mean and/or standard deviation).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Imports:
dplyr,
dygraphs,
fs,
glue,
librarian,
lubridate,
magrittr,
rerddap,
R.utils,
sf,
stringr,
tabularaster,
terra