Cesar Aybar
Cesar Aybar
Hi @LucasXin1, sorry i don't know how to solve the VPN earthengine errors. Maybe you can ask/search in GtEE google groups. https://groups.google.com/g/google-earth-engine-developers. As far as I understand, you do not...
can u run? ```r system("gcloud --help") ```
In your R ENV. base::system("gcloud --help")
mmm, it seems that you have to define manually the gcloud CLI path. Try something like this: ```r # 1. Restart your R system # 2. load rgee library(rgee) #...
Hi @Phoenix11-cell Can u tell us where google-cloud-sdk is installed in your system?
Hello @bmaitner, thank you for opening this PR. I very much appreciate your work on implementing non-interactive authentication using rgee. I have a few suggestions to consider: 1. To avoid...
Hi seems like the credentials expired. you can easily get new ones with `ee_Authenticate`. Let me know if that works!
Hi @ricds can u upgrade your rgee version using GH. New rgee version use 'notebook' rather than 'gcloud' to auth (similar to geemap). ``` remotes::install_github("r-spatial/rgee") ```
hi @petermingjing, please try the dev version of rgee. ```r remotes::install_github("r-spatial/rgee") ``` Please let us know if the problem persists!
It seems you have to install remotes first.