Connecting a Python Environment with R (rgee) using Rstudio 1.4
1. Install the earthengine-api from the terminal.
MacOS/Linux:
conda update -c conda-forge earthengine-api
Python Package Installer (pip):
pip install earthengine-api --upgrade
Windows:
Download/Install miniconda:
https://docs.conda.io/en/latest/miniconda.html
conda update -c conda-forge earthengine-api
2. Go to Tools > Global Options > Python
3. Terminate your R session and run again ee_Initialize():
library(rgee)
ee_Initialize()
