Cesar Aybar

Results 98 comments of 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...

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 @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. ![image](https://user-images.githubusercontent.com/16768318/193436065-8c1478e6-aa5c-4233-8ba2-d4b141bb3df2.png)

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