run_geelite | R Documentation |
Collects and stores grid statistics from Google Earth Engine (GEE) data in
SQLite format (data/geelite.db
), initializes CLI files
(cli/...
), and initializes or updates the state
(state/state.json
) and log (log/log.txt
) files.
run_geelite(
path,
conda = "rgee",
user = NULL,
rebuild = FALSE,
mode = "local",
verbose = TRUE
)
path |
[mandatory] (character) The path to the root directory of the generated database. This must be a writable, non-temporary directory. Avoid using the home directory (~), the current working directory, or the package directory. |
conda |
[optional] (character) Name of the virtual Conda environment
used by the |
user |
[optional] (character) Specifies the Google account directory
within |
rebuild |
[optional] (logical) If |
mode |
[optional] (character) Mode of data extraction. Currently
supports |
verbose |
[optional] (logical) Display computation status and messages
(default: |
Invisibly returns NULL, called for side effects.
# Example: Build a Grid Statistics Database
## Not run:
run_geelite(path = tempdir())
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.