Skip to contents

The harvest() function requires a YAML configuration file to work and will perform data aggregation, downloading and logging based on what is parsed from the YAML file. For more information on 'headless' functionality, see the documentation online (site not live yet).

Usage

harvest(
  path_to_config,
  log_name = "download_log",
  plot = FALSE,
  contour = FALSE
)

Arguments

path_to_config

string: path to YAML config file, e.g. "settings/"

log_name

string: name of output log file which contains some information about downloaded files

plot

logical: present a matrix plot of the first band of every image downloaded. Defaults to FALSE

contour

logical: add contour lines to the plot. Defaults to FALSE