[SoC] Re: SAGA Interface for QGIS - Weekly report

Camilo Polymeris cpolymeris at gmail.com
Sat Jul 2 17:31:06 EDT 2011


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 `HasTraits`.

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 continue: Do you think
traits is the way to go? If so, can you suggest cleaner ways to
implement the framework?

Camilo


More information about the SoC mailing list