Matthieu
Matthieu
Unfortunately, the new `ee_Authenticate` with `auth_quiet` will not solve it. I am in a situation where: - `system("~/anaconda3/envs/ee/bin/earthengine ls")`: :heavy_check_mark: works, meaning I did the authentication - `rgee::ee$Initialize()`: :heavy_check_mark: works...
Mmh, maybe the problem is the user to authenticate? I was doing `rgee::ee_Initialize(auth_quiet = TRUE)` but then trying `rgee::ee_Initialize(user="username")` in my scripts, which would not work. Trying now `rgee::ee_Initialize(user="username", auth_quiet...
yes, all commands are run on server side (except for the two-step deferred gcloud auth)
ok, I see what happened: `~/.config/earthengine//username` was actually a file, not a directory, which triggered the error above. Not sure how this happened, that file was a private-key I believe...
great, so it seems the issue was solved for both of us, I'll close it then
thanks! I am now able to do the authentication, though effectively it won't work in Rstudio, needs command line (see error below). The Rstudio problem feels like a minor issue,...
thanks for the explanation! I understand this is not a straightforward fix, but it would be great to be able to use `across()` and the beautiful tidyselect machinery for `complete`...
thanks for the fast answer! I can imagine using `units` might be more elegant indeed. In the meanwhile, maybe providing a discussion in the help file might be useful? PS:...
Thanks, this would answer the first part, yet leave open the second question: if gstat takes centroids of polygons, why does one see (arguably small) differences compared to when taking...
thanks a lot @Ning-L !! Hopefully, the maintainers might be able to make this as a feature of the package though!? :-)