GEE TSE behaviour in case of missing ee module

Issue #1358 resolved
Benjamin Jakimow created an issue

The GEE TSE requires the ee python module. In case this module is not installed, a message is shown.

In that case the panel widget etc are created as well, although they are not of any use.

In addition, a click on, for example, a thumbnail (like the “Landsat 9 Surface Reflectance”) raises a python error:

  File "C:\Users\geo_beja\Repositories\enmap-box\enmapbox\coreapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 596, in onCollectionClicked
    self.onLoadCollectionClicked()
  File "C:\Users\geo_beja\Repositories\enmap-box\enmapbox\coreapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 441, in onLoadCollectionClicked
    self.eeInitialize()
  File "C:\Users\geo_beja\Repositories\enmap-box\enmapbox\coreapps\geetimeseriesexplorerapp\geetimeseriesexplorerdockwidget.py", line 602, in eeInitialize
    ee.Initialize()
NameError: name 'ee' is not defined

Comments (2)

  1. Log in to comment