Re: [GRASS-dev] r.binning

2017-05-04 Thread Vaclav Petras
On Wed, May 3, 2017 at 6:57 AM, Markus Neteler wrote: > > The module name r.binning is rather non-descriptive. I would suggest > > r.vect.stats because it can be regarded as the inverse of v.rast.stats, > and > > because it is similar to r.resamp.stats. All do statistical

Re: [GRASS-dev] r.binning

2017-05-03 Thread Markus Neteler
On Wed, May 3, 2017 at 8:25 AM, Markus Metz wrote: > On Tue, May 2, 2017 at 3:45 PM, Vaclav Petras wrote: >> On Tue, May 2, 2017 at 5:31 AM, Paulo van Breugel >> wrote: >>> >>> Just had a look at r.binning, very

Re: [GRASS-dev] r.binning

2017-05-03 Thread Markus Metz
On Tue, May 2, 2017 at 3:45 PM, Vaclav Petras wrote: > > > On Tue, May 2, 2017 at 5:31 AM, Paulo van Breugel wrote: >> >> Just had a look at r.binning, very useful. > > > Thanks. But is is not complete yet. The module name r.binning is rather

Re: [GRASS-dev] r.binning

2017-05-02 Thread Vaclav Petras
On Tue, May 2, 2017 at 5:31 AM, Paulo van Breugel wrote: > Just had a look at r.binning, very useful. > Thanks. But is is not complete yet. > > There is a small error in the code, you are importing grass.script as gs, > so on line 33 it should be > > options, flags =

[GRASS-dev] r.binning

2017-05-02 Thread Paulo van Breugel
Hi Vaclav, Just had a look at r.binning, very useful. There is a small error in the code, you are importing grass.script as gs, so on line 33 it should be options, flags = gs.parser() instead of options, flags = grass.parser() I could have made the correction, but I am not sure what is