Hi,<br><br><div class="gmail_quote">2012/11/25 S. Koukoulas (lists) <span dir="ltr"><<a href="mailto:sotkouklistes@gmail.com" target="_blank">sotkouklistes@gmail.com</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am trying to run grass commands through the python console using<br>
sextante and following this example:<br>
<br>
example:<br>
#import sextante python bindings<br>
from sextante.core.Sextante import Sextante<br>
 </blockquote><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
#search available modules -- all<br>
Sextante.alglist()<br>
<br></blockquote><div><br>now is enough run:<br><br>>>> import sextante ## see link below[1]<br><br>and then:<br><br>>>> sextante.alglist()<br><br>Regards, <br><br>-SL<br><br><br>[1] - <a href="http://docs.qgis.org/html/it/docs/user_manual/sextante/console.html#calling-sextante-from-the-python-console">http://docs.qgis.org/html/it/docs/user_manual/sextante/console.html#calling-sextante-from-the-python-console</a><br>
<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
but I am getting the following error at Sextante.alglist() ... any help?<br>
.....<br>
>>> Sextante.alglist()<br>
<br>
Traceback (most recent call last):<br>
<br>
File "<input>", line 1, in <module><br>
<br>
AttributeError: class Sextante has no attribute 'alglist'<br>
<br>
<br>
thanks,<br>
sotiris<br>
<br>
QGIS 1.8, Sextante 1.0.8<br>
OS:  Linux 3.6.6-1.fc17.x86_64 x86_64<br>
System:  Fedora release 17 (Beefy Miracle)<br>
KDE:  4.9.3<br>
<br>
<br>
<br>
On 08/10/2012 07:26 PM, richard burcher wrote:<br>
> Hi maning,<br>
><br>
> Take a look at Sextante plugin. Can call grass modules from python console<br>
> very easily.<br>
><br>
> example:<br>
> #import sextante python bindings<br>
> from sextante.core.Sextante import Sextante<br>
><br>
> #search avaible modules -- all<br>
> Sextante.alglist()<br>
> #search specific<br>
> Sextante.alglist("voronoi")<br>
> [output] v.voronoi - Creates a Voronoi diagram from an input vector map<br>
> containing points or centroids.--->grass:v.voronoi<br>
><br>
> #get help on alg inputs<br>
> Sextante.alghelp("grass:v.voronoi")<br>
> [output] ALGORITHM: v.voronoi - Creates a Voronoi diagram from an input<br>
> vector map containing points or centroids.<br>
>         input <ParameterVector><br>
>         -l <ParameterBoolean><br>
>         -t <ParameterBoolean><br>
>         GRASS_REGION_PARAMETER <ParameterExtent><br>
>         GRASS_REGION_CELLSIZE_PARAMETER <ParameterNumber><br>
>         output <OutputVector><br>
><br>
> #run algorithm<br>
> Sextante.runalg("grass:v.voronoi",[follow from Sextante.alghelp output])<br>
><br>
> Use the svn update of Sextante. Checkout my blog post on setting up svn for<br>
> this<br>
> <a href="http://geotechrichard.com/2012/06/08/how-to-keep-pace-with-qgis-sextante-svn-of-course/" target="_blank">http://geotechrichard.com/2012/06/08/how-to-keep-pace-with-qgis-sextante-svn-of-course/</a><br>
><br>
> Cheers,<br>
><br>
> Richard<br>
><br>
><br>
><br>
><br>
> --<br>
> View this message in context: <a href="http://osgeo-org.1560.n6.nabble.com/call-grass-modules-via-qgis-python-console-tp4994410p4994471.html" target="_blank">http://osgeo-org.1560.n6.nabble.com/call-grass-modules-via-qgis-python-console-tp4994410p4994471.html</a><br>

> Sent from the Quantum GIS - User mailing list archive at Nabble.com.<br>
> _______________________________________________<br>
> Qgis-user mailing list<br>
> <a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
> <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Salvatore Larosa<br>linkedIn: <a href="http://linkedin.com/in/larosasalvatore" target="_blank">http://linkedin.com/in/larosasalvatore</a><br>twitter: @lrssvt<br>skype: s.larosa<br>
IRC: lrssvt on freenode<br><br>