You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EDIT: This problem seems to have disappeared on it's own rerunning the code a week later. Could this be a server-side problem, e.g. rate limiting or GEE being too heavily used at the time?
If I try and extract data with the google drive option, the extraction lags forever. However, if I try the getInfo option, it is almost instantaneous. This happens with every dataset I've tried. I've attached the example from the docs found at https://r-spatial.github.io/rgee/reference/ee_extract.html, below.
Apologies, but it seems like perhaps GEE was down at the time of originally running this, or I was rate limited or something similar. Is there a way to check if that is happening? I appreciate your time
If I try and extract data with the google drive option, the extraction lags forever. However, if I try the getInfo option, it is almost instantaneous.
Earth Engine has two processing environments: interactive and batch. Interactive is getInfo, it is meant for small requests that can be returned within 5 minutes. Batch is for exporting to Drive, Cloud Storage, Asset. It takes longer, but can scale to arbitrarily large tasks.
At submit an issue, please attached the following information of your
rgee
session:Attach your Python (reticulate) configuration:
Description
EDIT: This problem seems to have disappeared on it's own rerunning the code a week later. Could this be a server-side problem, e.g. rate limiting or GEE being too heavily used at the time?
If I try and extract data with the google drive option, the extraction lags forever. However, if I try the getInfo option, it is almost instantaneous. This happens with every dataset I've tried. I've attached the example from the docs found at https://r-spatial.github.io/rgee/reference/ee_extract.html, below.
What I Did
The example found at https://r-spatial.github.io/rgee/reference/ee_extract.html
The text was updated successfully, but these errors were encountered: