get_images {geeLite} | R Documentation |
Retrieve Images and Related Information
Description
Retrieves images and related information from Google Earth Engine (GEE) based on the specified session task.
Usage
get_images(task, mode, cases, dataset, band, regions_new, latest_date)
Arguments
task |
[mandatory] (list) Session task specifying parameters for data collection. |
mode |
[mandatory] (character) Mode of data extraction. Currently
supports |
cases |
[mandatory] (integer) Type of data collection request
( |
dataset |
[mandatory] (character) Name of the GEE dataset. |
band |
[mandatory] (character) Name of the band. |
latest_date |
[mandatory] (date) The most recent data available in the
related SQLite table. Set to |
Value
List containing retrieved images and related information as follows:
- $build
Images for the building procedure
- $update
Images for the updating procedure
- $batch_size
Batch size
- $skip_band
TRUE if 'band' is up-to-date and can be skipped
- $skip_update
TRUE if 'band' is up-to-date but cannot be skipped