[GRASS-dev] Re: [GRASS-user] XY trace plots

2012-05-21 Thread Glynn Clements
Hamish wrote: > > The argument must be a pointer, try > > > > G_is_null_value(byref(in_rast[col]), data_type) > > > > or > > in_val = in_rast[col] > > G_is_null_value(byref(in_val), data_type) > > no joy, both those come back with: > > if not G_is_null_value(byref(in_rast[col]), data_type

[GRASS-dev] Re: PIxel-wise regression contribution

2012-05-21 Thread Helmut Kudrnovsky
>I am not sure from the documentation how to do this. I have an >osgeo-userid, but no write access to the addons list (I assume). I >would be grateful if you would point me in the right direction. just ask for addons-write-access in the dev-ML (and giving your osgeo-userid), that's all. -

Re: [GRASS-dev] on the subject of toolboxes ...

2012-05-21 Thread Moritz Lennert
On 20/05/12 03:51, Hamish wrote: Hi, before any work begins on this in earnest at the code sprint, I'd just like to reiterate my take on the toolbox idea. i.e., (and insofar as I understand the proposal as it exists!) any move towards splitting up GRASS's build system and distribution package(s

Re: [GRASS-dev] on the subject of toolboxes ...

2012-05-21 Thread Paolo Cavallini
Thanks Hamish for this discussion. Il 20/05/2012 03:51, Hamish ha scritto: > before any work begins on this in earnest at the code sprint, I'd just > like to reiterate my take on the toolbox idea. i.e., (and insofar as I > understand the proposal as it exists!) any move towards splitting up > GRA