s.iface)
def run_script(iface):
""" this shall be called from Script Runner"""
Sextante.alglist()
Sextante.alghelp("saga:slopeaspectcurvature")
if __name__=="__main__":
main()
-Martin
> Date: Wed, 15 May 2013 08:06:57 +0200
>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Il 14/05/2013 23:04, Martin Lacayo ha scritto:
> Our software (naturalcapitalproject.org) is developed on Linux but
> packaged for Windows.
Hi Martin,
could you please let us know more about this?
I do not see any reference to QGIS.
All the best.
- -
Hello,
I would like to make calls to GRASS and other packages available via
SEXTANTE. How can I do that?
I found this post which is very close to answering the question:
http://gis.stackexchange.com/questions/28701/how-to-run-sextante-algorithms-outside-of-qgis-python-console/60725#60725
Howeve