-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
31 lines (31 loc) · 1.61 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
Package: rgeedim
Type: Package
Title: Search, Composite, and Download 'Google Earth Engine' Imagery with the 'Python' Module 'geedim'
Version: 0.2.7
Authors@R: c(person("Andrew", "Brown", role = c("aut", "cre"), email = "brown.andrewg@gmail.com"),
person("Dugal", "Harris", role = "cph", comment = "'geedim' 'Python' module"))
Maintainer: Andrew Brown <brown.andrewg@gmail.com>
URL: https://humus.rocks/rgeedim/, https://github.com/brownag/rgeedim, https://geedim.readthedocs.io/
BugReports: https://github.com/brownag/rgeedim/issues
Repository: CRAN
Description: Search, composite, and download 'Google Earth Engine' imagery with 'reticulate' bindings for the 'Python' module 'geedim' by Dugal Harris. Read the 'geedim' documentation here: <https://geedim.readthedocs.io/>.
Wrapper functions are provided to make it more convenient to use 'geedim' to download images larger than the 'Google Earth Engine' size limit <https://developers.google.com/earth-engine/apidocs/ee-image-getdownloadurl>.
By default the "High Volume" API endpoint <https://developers.google.com/earth-engine/cloud/highvolume> is used to download data and this URL can be customized during initialization of the package.
SystemRequirements: Python (>= 3.6.0)
Config/reticulate:
list(
packages = list(
list(package = "earthengine-api"),
list(package = "geedim")
)
)
License: Apache License (>= 2)
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports: utils, methods, reticulate, jsonlite
Suggests: terra, raster, tinytest, knitr, rmarkdown
Depends: R (>= 3.5)
Encoding: UTF-8
LazyData: false
VignetteBuilder: knitr