drag&drop functionality for external products is broken

Issue #799 resolved
Andreas Janz created an issue

As stated in the individual import algorithms, you can simply drag&drop external products into the EnMAP-Box, e.g.:

This functionality is broken since recent. Not working anymore for any sensor, e.g. Landsat, PRISMA, DESIS, etc

Comments (12)

  1. Andreas Janz reporter

    Benjamin, I would really like to have unittests ensuring such drag&drop GUI functionality in the future. Is it already possible to do so with the current API?

  2. Benjamin Jakimow

    @Andreas Janz to ensure that future none-standard files get imported well by drag & drop as QgsMapLayer you might add further tests to enmap-box\tests\src\test_mimedata.py

  3. Andreas Janz reporter
    • changed status to open

    dropping \sentinel2\S2A_MSIL2A_20200816T101031_N0214_R022_T32UQD_20200816T130108.SAFE\MTD_MSIL2A.xml still not working

  4. Andreas Janz reporter

    DESIS also not working: \data\sensors\desis\DESIS-HSI-L1B-DT1203190212_025-20191203T021128-V0210\DESIS-HSI-L1B-DT1203190212_025-20191203T021128-V0210-METADATA.xml

  5. Andreas Janz reporter

    to ensure that future none-standard files get imported well by drag & drop as QgsMapLayer you might add further tests to enmap-box\tests\src\test_mimedata.py

    Thanks for the template. I adopted the unittest and created a new one for my drop-tests here:
    enmap-box/enmapboxprocessing/test/test_guidropping.py

  6. Log in to comment