[Qgis-developer] Sextante add new algorithm to toolbox
Alexander Bruy
alexander.bruy at gmail.com
Mon Dec 10 23:38:26 PST 2012
Hi Anita,
On Tue, 11 Dec 2012 08:38:40 +0100
Anita Graser <anitagraser at gmx.at> wrote:
> What do I have to do to make it show up in the toolbox?
You need to expose your algorithm is provider. Open file FToolsAlgorithmProvider.py, add import statement with your new alg
(use existing statements as example) and then in __init__ method
add your algorithm to algorithms list — variable self.alglist.
Hope this helps
--
Alexander Bruy
More information about the Qgis-developer
mailing list