compile_db | R Documentation |
This function retrieves and processes grid statistics from Google Earth
Engine (GEE) based on the specified session task. The collected data is
stored in SQLite format (data/geelite.db
), along with supplementary
files such as CLI files (cli/...
), the state file
(state/state.json
), and the log file (log/log.txt
).
compile_db(task, grid, mode, verbose)
task |
[mandatory] (list) Session task that specifies the parameters for data collection. |
grid |
[mandatory] (sf) Simple features object containing the geometries of the regions of interest. |
mode |
[optional] (character) Mode of data extraction. Currently
supports |
verbose |
[mandatory] (logical) Display messages and progress status. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.