[Qgis-developer] Re: SAGA Interface for QGIS - Weekly report

2011-08-15 Thread Camilo Polymeris
Hello This week I have implemented Range parameters and tried to implemented the SAGA's raster output. To do this I have tried to solve various issues, mostly regarding specifying grid systems to the module. I have implemented a widget that allows the user to set a custom grid system and mechanism

Re: [Qgis-developer] Re: SAGA Interface for QGIS - Weekly report

2011-07-26 Thread Martin Dobias
Hi Camilo On Tue, Jul 26, 2011 at 5:16 PM, Camilo Polymeris wrote: > I have fallen a bit behind schedule while trying to implement data > exchange. Many issues have arisen, but finally vector output (from > SAGA's perspective) is working. Neither input nor raster work yet. > Next, I'll consider t

[Qgis-developer] Re: SAGA Interface for QGIS - Weekly report

2011-07-26 Thread Camilo Polymeris
I have fallen a bit behind schedule while trying to implement data exchange. Many issues have arisen, but finally vector output (from SAGA's perspective) is working. Neither input nor raster work yet. Next, I'll consider the former, while also fixing some bugs in parameter selection (especially fil

Re: [Qgis-developer] Re: SAGA Interface for QGIS - Weekly report

2011-07-03 Thread Paolo Cavallini
Il 02/07/2011 23:31, Camilo Polymeris ha scritto: > It seems difficult to advance from this stage of development, the last > few weeks I have been writing and rewriting the same things, as > understanding of the problem and requirements change. > > I would very much appreciate comments on how to

[Qgis-developer] Re: SAGA Interface for QGIS - Weekly report

2011-07-02 Thread Camilo Polymeris
I have ported the parameter system to traits, but am not sure if I am taking the right approach. Dynamically generating the module definitions and instances is problematic using traits. A more elegant way would be to create a new python type for each module (perhaps using `type()`), subclassing `Ha

[Qgis-developer] Re: SAGA Interface for QGIS - Weekly report

2011-06-27 Thread Camilo Polymeris
This week I ported the module list to a MVC model using QStandardItemModel/QTreeView. I'll test it a bit more before pushing to faunalia's repo. Traits[1] came up as an alternative to replace the parameter/validator system. Traits also provides methods for GUI creation (with a Qt backend). This mi

[Qgis-developer] Re: SAGA Interface for QGIS - Weekly report

2011-06-17 Thread Camilo Polymeris
This week the Framework's design saw many changes. Julien has started to experiment with interfacing it to the Orfeo Toolbox, and from the ensuing discussion the conclusions of creating a separate plugin for the framwork's gui, sort of a "module manager", now called processingplugin and removing so