RGEE on Ubuntu with your Conda environment

This should get you to the point of having rgee run off your own custom Python environment, with the downgraded version of the Earth Engine API required to authenticate at the time of this writing. A workaround for the bug in initializing GEE is starting your script as follows (bypassing ee_Initialize()):library(rgee)ee$Initialize(project=’your project name’) You will […]

Continue reading..RGEE on Ubuntu with your Conda environment