Replies: 1 comment
-
|
This appears to be the same issue as reported in issue #67. We will be releasing a new version soon. In the meantime, you can download the updated file from sam_processing_algorithm.py to replace the local version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After several retries I still encounter the following error whilst encoding images.
I've tried reinstalling the plugin as well as python packages. As well the plugins folder in QGIS.
Any idea on what the problem could be, would love to have it fixed.
Traceback (most recent call last):
File "C:\Users/kenne/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\Geo-SAM\tools\sam_processing_algorithm.py", line 403, in processAlgorithm
band_stats = rlayer_data_provider.bandStatistics(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: QgsRasterInterface.bandStatistics(): argument 'sampleSize' has unexpected type 'float'
Execution failed after 0.18 seconds
Beta Was this translation helpful? Give feedback.
All reactions