On Tue, May 2, 2017 at 3:45 PM, Vaclav Petras <[email protected]> wrote: > > > On Tue, May 2, 2017 at 5:31 AM, Paulo van Breugel <[email protected]> wrote: >> >> Just had a look at r.binning, very useful. > > > Thanks. But is is not complete yet.
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 aggregation. Markus M > >> >> >> 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() > > > Thanks. Fixed. > > https://trac.osgeo.org/grass/changeset/70998 > >> >> >> I could have made the correction, but I am not sure what is customary in case of these kind of 'typos'. > > > Good question. If it looks like the person is working on it, it is little safer to just tell then fix, I think. Actually, I'll send you similar email later today. > > _______________________________________________ > grass-dev mailing list > [email protected] > https://lists.osgeo.org/mailman/listinfo/grass-dev
_______________________________________________ grass-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-dev
