ProcessingAlgorithm outputs are not opened in the EnMAP-Box

Issue #257 closed
Andreas Janz created an issue

Can be reproduced for example with a simple GDAL Translate:

1.PNG

Comments (5)

  1. Andreas Janz reporter

    @jakimowb , I guess you can simply look into the returned dict to get the filepathes of created outputs:

    E.g. for GDAL Translate:

    {'OUTPUT': <QgsProcessingOutputLayerDefinition {'sink':C:/Users/janzandr/AppData/Local/Temp/processing_eb41eaf4018e42bab933e855c7cb886b/e5e4810eb4f44f0597fadf486ed11797/OUTPUT.tif, 'createOptions': {'fileEncoding': 'System'}}>}
    
  2. Andreas Janz reporter
    • changed status to open

    Nice, outputs are now opened in the EnMAP-Box!

    But the layer names are not correct.

    In the EnMAP-Box it correctly says OUTPUT.tif, but in the QgsMapLayerComboBox it uses the nasty Title from the dialog Converted

    Unbenannt.PNG

    In QGIS we would need to set the checkmark in the Processing setting, but when starting the Box in stand-alone mode from PyCharm, I cannot do it that way.

  3. Log in to comment