Authorize rgee to manage Earth Engine resource The ee_initialize() via web-browser asked to sign in to your Google account and grant permission for managing google earth engine. This function is a wrapper around rgee::ee$Initialize().

ee_Initialize(user_gmail = NULL, drive = FALSE, gcs = FALSE,
  assethome = NULL, checkpy = FALSE, quiet = FALSE)

Arguments

user_gmail

optional. Allows user to target a specific Google identity.

drive

logical. If TRUE drive credential are cached in the system.

gcs

logical. If TRUE drive credential are cached in the system.

assethome

character. Home folder's names of you EE Assets.

checkpy

logical. Check if the current Python version of this system is admitted by rgee.

quiet

logical. Suppress info messages.

Details

ee_Initialize() give the possibility of authorize Google drive (googledrive) and Google Cloud Storage (googlecloudStorageR). By default, rgee do not need to them, these are just neccesary for exportation and importation tasks. All the user credentials are save in the folder ~/.config/earthengine/USERS/, if a user is not specified the parameters of the last session will be used.

Examples

if (FALSE) { library(rgee) ee_Initialize() }