<div dir="ltr"><div><div><div><div><div>You can add your own plugin into the processing framework. It will add a new entry in the "Advanced interface" of Processing.<br><br></div>Unfortunately, I couldn't find any documentation, but you can have a look to this example : <br><a href="https://github.com/qgis/QGIS/tree/master/python/plugins/processing/algs/exampleprovider">https://github.com/qgis/QGIS/tree/master/python/plugins/processing/algs/exampleprovider</a><br></div>- ProcessingExampleProviderPlugin will add the plugin to Processing<br></div>- ExampleAlgorithmProvider will list every algorithms available in the plugin<br></div>- ExampleAlgorithm is an algorithm<br><br></div>Some plugins provides their own algorithms in Processing (QuickOSM ...)<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-12-02 8:46 GMT+01:00 m roy <span dir="ltr"><<a href="mailto:royroge@outlook.com" target="_blank">royroge@outlook.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
testing the plugin builder i found it offers three option for the<br>
creation of a new plugin but i cannot find any information<br>
about the "Processing provider"<br>
<br>
what is it supposed to do and how can i activate a processing provider<br>
plugin?<br>
<br>
any help or link to docs or book that covers this topic?<br>
<br>
thanks, Roy.<br>
_______________________________________________<br>
Qgis-developer mailing list<br>
<a href="mailto:Qgis-developer@lists.osgeo.org">Qgis-developer@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div><br></div>