-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
44 lines (44 loc) · 1.23 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
Package: dataharvester
Title: Download and Process Geospatial Data
Version: 0.1.2
Authors@R:
c(person("Januar",
"Harianto",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4803-108X")),
person("Sebastian",
"Haan",
email = "[email protected]",
role = c("aut")),
person("Nathaniel",
"Butterworth",
email = "[email protected]",
role = c("aut"))
)
Description: Access, download and process geospatial image data from a growing
list of Australian databases in one simplified interface. Products include
soil, climate, satellite, terrain and radiometric data layers. Also has
access to the Google Earth Engine Catalog.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Imports:
crayon,
dplyr,
purrr,
reticulate,
rstudioapi,
terra
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 4.1.0)
LazyData: true
URL: https://sydney-informatics-hub.github.io/dataharvester/
VignetteBuilder: knitr