On Wed, Mar 16, 2016 at 6:23 AM, patrick s. <[email protected]> wrote:
> Dear list > > Is it possible to get the "mode" (most common occurring value) in a > polygon for discrete classes? It appears that v.rast.stats does not have > this option. > v.rast.stats uses r.univar and r.univar doesn't have mode implemented (it's a TODO in manual). You can look at r.mode but it returns raster map, not one number. Anna > Thanks for a short feedback, > Patrick > > _______________________________________________ > grass-user mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-user
_______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
