Adding functions to the QGIS toolbox
python
qgis
Writing a script for the processing toolbox in QGIS. tags: automate tasks, graphical modeller, scripting.
The graphical modeler is a great way to automate tasks, using the routines in the QGIS toolbox. However, what to do if you need a function not available in the toolbox? In that case you may want to look into writing your own script. Click here to go to tutorial.