Hi Victor On Fri, Jun 1, 2012 at 9:19 AM, Victor Olaya <[email protected]> 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 _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
