Package: rgeedim Type: Package Title: Search, Composite, and Download 'Google Earth Engine' Imagery with the 'Python' Module 'geedim' Version: 0.4.0 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 URL: https://humus.rocks/rgeedim/, https://github.com/brownag/rgeedim, https://geedim.readthedocs.io/ BugReports: https://github.com/brownag/rgeedim/issues 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: . Wrapper functions are provided to make it more convenient to use 'geedim' to download images larger than the 'Google Earth Engine' size limit . By default the "High Volume" API endpoint 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"), list(package = "google-auth") ) ) License: Apache License (>= 2) Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Imports: utils, methods, reticulate Suggests: terra, raster, tinytest, litedown Depends: R (>= 3.5) Encoding: UTF-8 VignetteBuilder: litedown Config/pak/sysreqs: libpng-dev python3 Repository: https://brownag.r-universe.dev Date/Publication: 2026-06-24 14:29:15 UTC RemoteUrl: https://github.com/brownag/rgeedim RemoteRef: HEAD RemoteSha: 9d3de3d5d92518ca45d74d44f7c6c4c8719a4d61 NeedsCompilation: no Packaged: 2026-06-24 16:22:06 UTC; root Author: Andrew Brown [aut, cre], Dugal Harris [cph] ('geedim' 'Python' module)