Getting the output file names from processing algorithms

Sometimes, you need to know the variable name a QGIS processing algorithm uses to hold the location of temporary output files. Of course you can set the output file name for most algorithms, but if you are chaining several processes together, you can take advantage of the automatic cleanup for temporary files provided by QGIS when it exits if you use the temporary file. While the processing framework is mostly very consistent, the names of output variables vary. In this recipe, we'll use PyQGIS to programmatically get the output variable name.

Getting ready

Open the QGIS Python Console by going to the Plugins menu and selecting Python Console.

How to do it...

We'll import the processing module ...

Get QGIS Python Programming Cookbook - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.