How…

Issue #3 new
Andreas Olsson created an issue

.. do I make a proper training file? I’m having a hard time getting things to work.

Comments (3)

  1. Andreas Olsson reporter

    Managed to make a training tif with the same size and all but still the same problem.

    Traceback (most recent call last):
    File "C:\Users/APO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\lnns\interfaces_init_.py", line 119, in run_algorithm_images
    raise Exception("All images must have the same geographical parameters.")
    Exception: All images must have the same geographical parameters.

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
    File "C:\Users/APO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\lnns\interfaces\lnns_processing.py", line 217, in processAlgorithm
    result_path = run_algorithm_images(
    File "C:\Users/APO/AppData/Roaming/QGIS/QGIS3\profiles\default/python/plugins\lnns\interfaces_init_.py", line 153, in run_algorithm_images
    log_function(e)
    TypeError: QgsProcessingFeedback.pushInfo(): argument 1 has unexpected type 'Exception'

    Execution failed after 22.52 seconds

  2. Log in to comment