Opened 13 years ago

Last modified 13 years ago

#3383 new enhancement

Add a SAGA plugin

Reported by: pcav Owned by: borysiasty
Priority: major: does not work as expected Milestone: Version 1.7.0
Component: Python plugins and bindings Version:
Keywords: Cc: gmanghi
Must Fix for Release: No Platform: All
Platform Version: Awaiting user input: no

Description

Adding a simple plugin calling SAGA command line programs would be an easy way of greatly improving QGIS analytical power. See http://www.saga-gis.org/saga_modules_doc/index.html

Change History (2)

comment:1 by pcav, 13 years ago

It seems that there is already SAGA Python Bindings.

http://static.saga.cct.lsu.edu/apidoc/python/latest/

https://svn.cct.lsu.edu/repos/saga/bindings/python/trunk/

Thanks Noli for pointing this out.

comment:2 by johanvdw, 13 years ago

You are confusing saga (an api for grid computing http://saga.cct.lsu.edu/) with saga gis ( http://www.saga-gis.org ).

But: saga gis also has a python api based on swig. Some examples are here: http://sourceforge.net/apps/trac/saga-gis/raw-attachment/wiki/MiscWikiFiles/saga_2_python.zip

In case people are interested: I have a script which parses the module parameters to create some test scripts which can be useful as a start for such a module - I'll check if everything works ok with the current version and try to add some documentation on how to build the saga python extensions to the wiki and then ping back.

Note: See TracTickets for help on using tickets.