[Qgis-developer] Sextante: add QGIS backend?

Martin Dobias wonder.sk at gmail.com
Fri Jun 1 02:43:15 PDT 2012


Hi Victor

On Fri, Jun 1, 2012 at 9:19 AM, Victor Olaya <volayaf at gmail.com> wrote:
> It is feasible if QGIS exposes those algorithms and they are
> documented. I tried myself to implement the GPS processes in QGIS, but
> I could not find any docs about them, so I did not know how to call
> them. As loong as there is a way of calling them, they can be wrapped
> and included into SEXTANTE

The main issue right now with native QGIS algorithms is that they are
implemented in c++ (if not counting fTools and GdalTools), so binding
them to the python SEXTANTE interfaces would be cumbersome. A solution
would be to port the core SEXTANTE interfaces to c++ and add Python
wrappers to PyQGIS. I could help here if you are interested in doing
that.

Regards
Martin


More information about the Qgis-developer mailing list