[Qgis-user] Using processing algorithms from the console in QGIS 3.0

matteo matteo.ghetta at gmail.com
Thu Mar 22 01:34:32 PDT 2018


Hi HÃ¥vard,

after you have run the algorithm

> processing.algorithmHelp("qgis:union") describes the
> parameters of the algorithm.
> Parameter names are case sensitive (at least on Ubuntu).

you can also display the results in the TOC as memory layer with:

param = {'INPUT': 'my_points', 'BUFFER': '0.0' ,'OUTPUT':'memory:'}
processing.runAndLoadResults('qgis:voronoipolygons', param)

Cheers

Matteo



More information about the Qgis-user mailing list