library(rgee)
# Initialize the Earth Engine module.
ee_Initialize()
# Print metadata for a DEM dataset.
print(ee$Image('USGS/SRTMGL1_003')$getInfo())
Attach your Python (reticulate) configuration:
C:/Program Files/Conda/envs/rgee/python.exe
Description
I used ee_Authenticate() after running clean_credentials to try and solve issue #353. Google prompted an authorization code, which I entered into Rstudio/rgee. Rgee became stuck for hours and did not do anything. I cannot use this package at all now.
What I Did
run ee_Authenticate()
follow the prompts
paste the authorization code into the Console
UPDATE: rgee gave me the error of not having numpy installed, so I reinstalled the python dependencies via ee_install and I am now back to the same issues in #353
At submit an issue, please attached the following information of your
rgee
session:[x ] You have the Python API installed (from terminal):
[ no ] You can find the credentials file on your system:
[ no ] You can run a simple EE command from R:
Attach your Python (reticulate) configuration:
Description
I used ee_Authenticate() after running clean_credentials to try and solve issue #353. Google prompted an authorization code, which I entered into Rstudio/rgee. Rgee became stuck for hours and did not do anything. I cannot use this package at all now.
What I Did