r-spatial / rgee

Google Earth Engine for R
https://r-spatial.github.io/rgee/
Other
677 stars 146 forks source link

rgee and Earth Engine Python API version incompatibility #262

Closed vlahm closed 2 years ago

vlahm commented 2 years ago

At submit an issue, please attached the following information of your rgee session:

Initialize the Earth Engine module.

ee_Initialize()

── rgee 1.1.3 ─────────────────────────────────────────────────────────────────────────────── earthengine-api 0.1.302 ── ✔ user: vlahm13@gmail.com ✔ Google Drive credentials: FOUND ✔ Initializing Google Earth Engine: DONE! ✔ Earth Engine account: users/vlahm13 ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────── Earth Engine Authenticate calls from this Earth Engine Python client will fail after 2022-05-09: please upgrade. https://developers.google.com/earth-engine/guides/python_install

Description

It looks like earthengine-api 0.1.302 has passed an obsolescence threshold. Upgrading to earthengine-api 0.1.309 removes the above warning, but triggers a version warning in rgee:

NOTE: The Earth Engine Python API version 0.1.309 is installed
correctly in the system but rgee was tested using the version
0.1.302. To avoid possible issues, we recommend install the
version used by rgee (0.1.302).
csaybar commented 2 years ago

Sorry for the late reply,

This has been solved in the last release.