Retrieves images and related information from Google Earth Engine (GEE) based on the specified session task.
get_images(task, mode, cases, dataset, band, regions_new, latest_date)
List containing retrieved images and related information as follows:
Images for the building procedure
Images for the updating procedure
Batch size
TRUE if 'band' is up-to-date and can be skipped
TRUE if 'band' is up-to-date but cannot be skipped
[mandatory] (list) Session task specifying parameters for data collection.
[mandatory] (character) Mode of data extraction. Currently
supports "local"
or "drive"
(for larger exports via Google
Drive). Defaults to "local"
.
[mandatory] (integer) Type of data collection request
(1
: All build, 2
: All update, 3
: Mixed).
[mandatory] (character) Name of the GEE dataset.
[mandatory] (character) Name of the band.
[mandatory] (date) The most recent data available in the
related SQLite table. Set to NULL
during the (re)building procedure.