Skip to contents

Initialise and validate Data-Harvester, including all dependencies

Usage

initialise_harvester(envname = NULL, earthengine = FALSE, auth_mode = "gcloud")

Arguments

envname

Use this Conda environment. Defaults to "r-reticulate"

earthengine

Initialise Earth Engine if TRUE. Defaults to FALSE

auth_mode

Authentication mode to access the GEE API. Using "gcloud" normally works. The remaining three options are identical ("notebook", "rstudiocloud", "binder"), just named differently for context