Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring the method to import EE lib and auth process, fixing bugs for the new GEE python API #142

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Mar 26, 2024

  1. We no longer need a custom EE authentication method, the new version …

    …of EE is working perfectly for authentication process from Qgis console, also this fix a circular import bug #133
    XavierCLL committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    269ad95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0f02ab2 View commit details
    Browse the repository at this point in the history
  3. Add in the readme the first step to trigger the EE auth and a simple …

    …example of how to use the plugin
    XavierCLL committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    c9f5a3d View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fix the issue to restore a Qgis project with EE layers. For that, fir…

    …st the user's EE project ID is stored in the Qgis file in a custom property. Then when Qgis is restoring the Qgis project, it gets the EE project ID from the file and starts ee.Initialize with the specific project ID. Old Qgis project files are not affected and we also allow the user to initialize EE in a specific Google Cloud project in their scripts.
    XavierCLL committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e61e03d View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Revert "Fix the issue to restore a Qgis project with EE layers. For t…

    …hat, first the user's EE project ID is stored in the Qgis file in a custom property. Then when Qgis is restoring the Qgis project, it gets the EE project ID from the file and starts ee.Initialize with the specific project ID. Old Qgis project files are not affected and we also allow the user to initialize EE in a specific Google Cloud project in their scripts."
    
    This reverts commit e61e03d.
    XavierCLL committed Jul 28, 2024
    Configuration menu
    Copy the full SHA
    dea242b View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    54f0aa5 View commit details
    Browse the repository at this point in the history