Thanks for your answer Tim.<br><br>I&#39;m searching some concrete examples of QProcess used in Python. Anyone ?<br><br>Given that i setup a mapset in my python code and that i have a &#39;laymnt&#39;&nbsp; variable that sets the current raster layer to work with, how can i do that in a proper way (doesn&#39;t work yet) :
<br><br>self.start(&#39;r.out.ascii.exe&#39;, &#39;input=laymnt output=mnttxt&#39;)<br><br>Is it possible to pass grass comands directly in the string or must i use a file with commands in it ?<br><br>my goal is too write x,y,z values of any loaded elevation raster in mnttx, and then redirect this file to an other .exe that calculate atmospheric dispersion according to local topography and&nbsp; meteo input data.
<br><br>Any ideas very appreciated.<br><br>PikO<br><br>&nbsp;<br>