powered by
Monitoring Earth Engine task progress
ee_monitoring(task, task_time = 5, eeTaskList = FALSE, quiet = FALSE)
List generated after a task is started (i.e. after run ee$batch$Task$start()) or a character that represents the ID of a EE task started.
ee$batch$Task$start()
Numeric. How often (in seconds) should a task be polled?
Logical. If TRUE, all Earth Engine tasks will be listed.
TRUE
Logical. Suppress info message
An ee$batch$Task object with a state "COMPLETED" or "FAILED" according to the response of the Earth Engine server.
ee$batch$Task
Other helper functions: ee_help(), ee_print()
ee_help()
ee_print()
# NOT RUN { library(rgee) ee_Initialize() ee_monitoring(eeTaskList = TRUE) # }
Run the code above in your browser using DataLab