forked from DOI-USGS/geoknife
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.81 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
50
51
52
53
54
55
56
Package: geoknife
Type: Package
Title: Web-Processing of Large Gridded Datasets
Version: 1.6.10
Authors@R: c( person("Jordan", "Read", role = c("aut"),
email = "[email protected]"),
person("Jordan", "Walker", role = c("aut"),
email = "[email protected]"),
person("Alison", "Appling", role = c("aut"),
email = "[email protected]"),
person("David", "Blodgett", role = c("aut", "cre"),
email = "[email protected]"),
person("Emily", "Read", role = c("aut"),
email = "[email protected]"),
person("Luke", "Winslow", role = c("aut"),
email = "[email protected]"),
person("Lindsay", "Carr", role = c("aut"),
email = "[email protected]"),
person("David", "Watkins", role = c("aut"),
email = "[email protected]"))
Description: Processes gridded datasets found on the U.S. Geological Survey
Geo Data Portal web application or elsewhere, using a web-enabled workflow
that eliminates the need to download and store large datasets that are reliably
hosted on the Internet. The package provides access to several data subset and
summarization algorithms that are available on remote web processing servers (Read et al. (2015) <doi:10.1111/ecog.01880>).
License: CC0
URL: https://github.com/DOI-USGS/geoknife
BugReports: https://github.com/DOI-USGS/geoknife/issues
Copyright: This software is in the public domain because it contains materials
that originally came from the United States Geological Survey, an agency of
the United States Department of Interior.
Depends:
R (>= 3.5)
Imports:
whisker,
xml2,
methods,
httr (>= 1.0.0),
curl,
utils,
progress (>= 1.1.2),
sf
Suggests:
testthat,
xtable,
knitr,
rmarkdown,
ggmap,
dplyr,
rasterVis,
ggplot2,
sp,
raster
VignetteBuilder: knitr
Encoding: UTF-8
RoxygenNote: 7.2.2