biglimp

Results 77 comments of biglimp

Hi, I transferred this to the issue section as this most likely is a bug. The last known time the GQF tool was working was QGIS version 3.2. Since then,...

e.g.: feedback.setProgressText("Some string output") The feedback is inherited from the class below (I think) https://qgis.org/pyqgis/3.4/core/QgsProcessingFeedback.html?highlight=feedback#module-QgsProcessingFeedback If you just have a look at line 150 in copernicusera5_algorithm.py...

Maybe we can use something like this (found this in another QGIS plugin). There is function called feedback.pushConsoleInfo(): ``` loglines = [] with subprocess.Popen(fused_command, shell=True, stdout=subprocess.PIPE, stdin=subprocess.DEVNULL, stderr=subprocess.STDOUT, universal_newlines=True) as...

I close this since it seem to have solved itself.

Were you able to go through the London tutorial without any errors? https://umep-docs.readthedocs.io/projects/tutorial/en/latest/Tutorials/LQF.html#lqf

Hi Csilla, That should not be so difficult to implement. I will try to do it soon. /Fredrik

Sorry to say, but we do not have any person that maintain LQf and GQf at the moment. We are looking for resources to "restart" these tools again.

Hi again. Where you able to successfully do the tutorials on LQf and GQf? Could you be more specific in the error you experienced.

I think this is fixed in our current development version. Please try (see instructions on our webpage on how to install the development version) and report back if you managed...

Did the development release fix this? Can I close?