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

Issue using gee plugin with Qgis 3.22.16 #130

Open
lordsalomon opened this issue Jul 12, 2023 · 1 comment
Open

Issue using gee plugin with Qgis 3.22.16 #130

lordsalomon opened this issue Jul 12, 2023 · 1 comment

Comments

@lordsalomon
Copy link

Hello dear, Thanks again for this amazing plugin.

I have some problem using this plugin with the latest Qgis LTR release. It works fine before for me but for now, this is the error message i got once I try running my python script :
Traceback (most recent call last):
File "C:\PROGRA~1\QGIS 3.22.16\apps\Python39\lib\code.py", line 90, in runcode
exec(code, self.locals)
File "", line 1, in
File "", line 9, in
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\Map.py", line 25, in addLayer
add_or_update_ee_layer(eeObject, visParams, name, shown, opacity)
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\utils.py", line 157, in add_or_update_ee_layer
layer = add_or_update_ee_image_layer(image, name, shown, opacity)
File "C:\Users/HP/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\ee_plugin\utils.py", line 166, in add_or_update_ee_image_layer
raise Exception('Layer is not an EE layer: ' + name)
Exception: Layer is not an EE layer: point

I can share the script also if necessar for fixing this.

@XavierCLL
Copy link
Collaborator

Hi @lordsalomon

The error says the problem, "point" is not a GEE layer, unless you are sure that layer is a GEE layer, share your script

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

No branches or pull requests

2 participants