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
_______________________________________________
Qgis-user mailing list
Qgis-user@lists.osgeo.org
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to