Cesar Aybar

Results 98 comments of Cesar Aybar

hi @jmrmcode yes sorry for the inconvenience, I will work on it this weekend. You can still use EE with rgee using: ```r library(rgee) ee$Authenticate() ee$Initialize() ``` However, integration with...

Hi :) it's solved now, deeply sorry for the inconvenience. If the problem persists just let me know. ```r remotes::install_github("r-spatial/rgee") ```

Hi, @huangguacui I have already opened a request in EE issue tracker (https://issuetracker.google.com/issues/236861104), to inform/help, in a better way, R users with this new requirement. In short, you now also...

Hi @kfcabigao1 can you please open a new issue with more information about your setup. Just need to run `gcloud info`!

Hi @milesalanmoore and @kfcabigao1, can you try upgrading the earthengine-api v. 0.1.317? ```r library(rgee) ee_install_upgrade() # after that restart R ```

It seems that this error happens on the Python side, not in rgee, can you confirm this running in a python3 console, as follow: ```r import ee ee.Authenticate() ```

Hi, @milesalanmoore did you upgrade rgee too? The Authorization Error should not appear if you upgrade the [earthengine-api](https://pypi.org/project/earthengine-api/) (Python side) that is used by rgee. Can you put here the...

@kfcabigao1 Ahh I think this should not be here `Cabigao/.config/earthengine/credentials-client-id.json`. You can install gcloud following these instructions: https://cloud.google.com/sdk/docs/install#deb. But before you have to delete all your credentials by running: ```...

Are you available for a quite short meeting (if yes, please write me an email at [email protected])?. I want to take a deep look at why this sometimes happens :pray:

Hi @dpoursanidis thanks for your words of encouragement! I never use rasterdiv, can you provide more details about what the function does exactly? I think would be a better feature...