You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Good morning,
I apologize if this is not the place to ask this question. I successfully use Enmap Box on a Desktop pc within QGis and now I need to use it on laptop pc as well. However, the Sentinel 2 sensor spectrum in the tool with ProSAIL is not shown and I am getting the following error:
" WARNING Traceback (most recent call last):
File "C:\Users\loren\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\IVVRM\IVVRM_GUI.py", line 656, in
lambda: self.select_s2s(sensor_index=self.gui.SType_combobox.currentIndex())) # Sensor Type combobox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\loren\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\IVVRM\IVVRM_GUI.py", line 365, in select_s2s
sensor_init_success = s2s.init_sensor()
^^^^^^^^^^^^^^^^^
File "C:\Users\loren\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\Resources\Spec2Sensor\Spec2Sensor_core.py", line 80, in init_sensor
self.fwhm = srf_file['sensor_fwhm'] # deprecated
~~~~~~~~^^^^^^^^^^^^^^^
File "C:\OSGeo4W\apps\Python312\Lib\site-packages\numpy\lib\npyio.py", line 263, in getitem
raise KeyError(f"{key} is not a file in the archive")
KeyError: 'sensor_fwhm is not a file in the archive'
"
I have tried several times to reinstall it but it keeps giving me this error. How could I solve it?
I thank you sincerely for your time and apologize for the disturbance
The text was updated successfully, but these errors were encountered:
Good morning,
I apologize if this is not the place to ask this question. I successfully use Enmap Box on a Desktop pc within QGis and now I need to use it on laptop pc as well. However, the Sentinel 2 sensor spectrum in the tool with ProSAIL is not shown and I am getting the following error:
" WARNING Traceback (most recent call last):
File "C:\Users\loren\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\IVVRM\IVVRM_GUI.py", line 656, in
lambda: self.select_s2s(sensor_index=self.gui.SType_combobox.currentIndex())) # Sensor Type combobox
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\loren\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\IVVRM\IVVRM_GUI.py", line 365, in select_s2s
sensor_init_success = s2s.init_sensor()
^^^^^^^^^^^^^^^^^
File "C:\Users\loren\AppData\Roaming\QGIS\QGIS3\profiles\default\python\plugins\enmapboxplugin\enmapbox\apps\lmuvegetationapps\Resources\Spec2Sensor\Spec2Sensor_core.py", line 80, in init_sensor
self.fwhm = srf_file['sensor_fwhm'] # deprecated
~~~~~~~~^^^^^^^^^^^^^^^
File "C:\OSGeo4W\apps\Python312\Lib\site-packages\numpy\lib\npyio.py", line 263, in getitem
raise KeyError(f"{key} is not a file in the archive")
KeyError: 'sensor_fwhm is not a file in the archive'
"
I have tried several times to reinstall it but it keeps giving me this error. How could I solve it?
I thank you sincerely for your time and apologize for the disturbance
The text was updated successfully, but these errors were encountered: