<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Hello,<br>
<br>
I work with Qgis 3.14 in Windows 10<br>
<br>
I try to call a processing algorithm from a python stand alone app,
<br>
I want to run the following script from the custom Networks
algorithm provider but I have the message that the algorithm is not
known<br>
<br>
How to register the provider in the processing registry to be able
to call it?<br>
<br>
<br>
QgsApplication.setPrefixPath("C:/Program Files/QGIS
3.14/apps/qgis", True)<br>
qgs = QgsApplication([], False)<br>
<br>
qgs.initQgis()<br>
import processing<br>
from processing.core.Processing import Processing<br>
Processing.initialize()<br>
<br>
<br>
<br>
processing.run("Networks:musliw_simple_matrix",
{'NODES':'G:/BD_DREAL/2020/script_modele_resmultimodal_light
/noeuds_light_hdf_be.gpkg','NUM':'num','START_POINT':'708675.425564,7063676.157556
[EPSG:2154]','END_POINT':'708675.425564,7063676.157556
[EPSG:2154]','DEMAND':1,'DAY':1,'TIME':'09:00:00','DEPARTURE':1,'OUTPUT':'G:/BD_DREAL/2020/script_modele_resmultimodal_light/matrice.txt','WRITE_MODE':0})<br>
<br>
Thanks<br>
<br>
Best regards<br>
<br>
<br>
<div class="moz-signature">-- <br>
<style type="text/css">
<!--
a.type1 { color: #EE7F00; }
a.type1:hover { color: #EE7F00;}
-->
</style><br>
<table border="0" cellpadding="0" cellspacing="0" width="715">
<tbody>
<tr valign="">
<td>
<p style="margin-bottom: 0cm" align="LEFT">
<font face="Helvetica, Arial,sans-serif" size="3"><b>
Patrick Palmier
</b></font><br>
<font font="" face="DaxOT-Regular" color="#666666"
size="1"><b>
Responsable du groupe Mobilités et Territoires
<br>
DATHa / MT </b></font><br>
<font font="" face="DaxOT-Regular" color="#666666"
size="1"><b>
Tél.: +33(0)3 20 49 60 70- Port : +33(0)7 77 34 25
07
</b>
</font>
</p>
</td>
</tr>
<tr valign="bottom">
<td>
<img src="cid:part1.FCD43FA7.480EA3FB@cerema.fr"
name="bloc logo" border="0"> <br>
<font font="" face="DaxOT" color="#666666" size="1">
Cerema Nord-Picardie / 44 ter rue Jean-Bart - CS20275 -
59019 LILLE cedex <br>
<font font="" face="DaxOT" color="#666666" size="1">
<br>
</font>
</font></td>
</tr>
</tbody>
</table>
</div>
</body>
</html>