GEE TSV: NotADirectoryError

Issue #1362 resolved
Benjamin Jakimow created an issue

How to reproduce:

  1. Open QGIS with EnMAP-Box installed on QGIS
  2. Start GEE TSV in QGIS or from EnMAP-Box
NotADirectoryError: [Errno 20] Not a directory: '/home/benni/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapbox/coreapps/geetimeseriesexplorerapp/geetimeseriesexplorerdockwidget.py/../standard_collections/LANDSAT_LC09_C02_T1_L2.py' 
Traceback (most recent call last):
  File "/home/benni/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapbox/coreapps/geetimeseriesexplorerapp/geetimeseriesexplorerdockwidget.py", line 580, in onCollectionClicked
    code = Utils.fileLoad(pyFilename)
  File "/home/benni/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/site-packages/typeguard/__init__.py", line 903, in wrapper
    retval = func(*args, **kwargs)
  File "/home/benni/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapboxprocessing/utils.py", line 575, in fileLoad
    with open(filename) as file:
NotADirectoryError: [Errno 20] Not a directory: '/home/benni/.local/share/QGIS/QGIS3/profiles/default/python/plugins/enmapboxplugin/enmapbox/coreapps/geetimeseriesexplorerapp/geetimeseriesexplorerdockwidget.py/../standard_collections/LANDSAT_LC09_C02_T1_L2.py'

Comments (4)

  1. Log in to comment