<div dir="ltr">Dear Matteo,<div><br></div><div>Thank you for your answer. </div><div><br></div><div>I using this code to check all the processing available with PyQGIS3</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">for i in QgsApplication.processingRegistry().algorithms():<br>    print("{}:{} --> {}".format(i.provider().name(), <a href="http://i.name">i.name</a>(), i.displayName()))</blockquote><div><br></div><div>In the result there is no "saga:triangulation".</div><div><br></div><div>Also, I already try algorithmHelp('saga:triangulation')</div><div><br></div><div><div><img src="cid:ii_k6j0uiuq0" alt="image.png" width="472" height="98"><br></div></div><div><br></div><div>There is no result.</div><div><br></div><div>That is the reason why I am writing here. I search for several days and I do not find anything, also in StackOverflow and StackEchange.</div><div><br></div><div><br></div><div>Thank you in advance!</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mié., 12 feb. 2020 a las 7:34, matteo (<<a href="mailto:matteo.ghetta@gmail.com">matteo.ghetta@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
> I am trying to convert a script from PyQGIS 2 to PyQGIS 3<br>
> <br>
> In the original script, the author used<br>
> processing.runalgorithm("saga:triangulation", parameters). Now, I am<br>
> trying to use it as same as possible with PyQGIS3 but I am not finding<br>
> anything similar:<br>
> <br>
>  1. I am using processing.run instead of processing.runalgorithm<br>
>  2. I am aware that there is no SAGA API for Python 3<br>
>  3.  The objective of the code is change as less as possible. That's why<br>
>     I am not looking for other solutions (except if you tell me there is<br>
>     no similar solution, of course)<br>
> <br>
> Maybe someone knows what can I do in this case?<br>
<br>
check which parameters have been specified: it might be a different<br>
number of them between QGIS2 and QGIS3.<br>
<br>
Type processing.algorithmHelp('saga:triangulation') to see the list and<br>
type of each single parameter.<br>
<br>
A complete guide of how to use algorithm from the console is n the user<br>
manual:<br>
<br>
<a href="https://docs.qgis.org/testing/en/docs/user_manual/processing/console.html" rel="noreferrer" target="_blank">https://docs.qgis.org/testing/en/docs/user_manual/processing/console.html</a><br>
<br>
Cheers<br>
<br>
Matteo<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a href="mailto:QGIS-Developer@lists.osgeo.org" target="_blank">QGIS-Developer@lists.osgeo.org</a><br>
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a></blockquote></div>