Cesar Aybar
Cesar Aybar
Hi @MatthieuStigler and @treetexan, sorry for the inconvenience! did you try ee_Authenticate? #293 I'm working on upgrading the docker container (if it works there, it must work in a server...
r u on server side isn't it?
this is weird... > In file.create(to[okay]) : cannot create file '~/.config/earthengine//username/credentials', reason 'Not a directory' do do you have permission to write? maybe creating the folder before could solve the...
Hi @Memo1986 can u run rgee in a normal R script?
Hi @chiacole91 thank you for reporting this! It seems that it's an open issue related to conda https://github.com/conda/conda/issues/11795.
Hi @MatthieuStigler, thank you for pointing it out! The issue was that `ee_Initialize` and `ee_Authenticate` have a `quiet` argument with different purposes. `ee_Initialize` calls internally `ee_Authenticate`. Therefore, it is not...
This work in an R script (also vscode) but not if you are using Rstudio. ```r library(remotes) # Install rgee install_github("r-spatial/rgee") # Create a Py ENV and install Py packages...
The Rstudio console doesn't permit reply the client library. 
Hi, @treetexan can you share a `traceback()`? idk for my regex is more readable, but a PR is always welcome ;) > (why don't you use unlist(strsplit()) on the @...
Sorry for the late reply, I added a new function ("ee_check_gcloud") ... See ?ee_check > Besides, from v0.1.304, earthengine-api (Python side) requires gcloud to manage authentication (see ee_Authenticate). https://cloud.google.com/sdk/docs/install