Skip to content

Conversation

@NONONOexe
Copy link
Contributor

In ee_check_init(), we verify that the earthengine-api version is compatible with rgee, specifically ensuring it's not newer than version 0.1.317. However, the latest version of earthengine-api (1.2.0) is incorrectly flagged as outdated due to the current comparison method.

To address this issue, I updated the comparison approach to use numeric_version(). This fix prevents unnecessary warnings from being triggered, such as when calling ee_clean_user_credentials() with the latest earthengine-api version.

@MatthieuStigler
Copy link
Collaborator

@csaybar I had the same problem, and I agree with this fix. Is there any chance you could accept it? Thanks!

@ambarja
Copy link
Collaborator

ambarja commented Feb 12, 2025

@NONONOexe Thank you for this contribution 😊

@ambarja ambarja merged commit d7f27d9 into r-spatial:master Feb 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants