On Fri, Dec 11, 2015 at 7:52 PM, Eddison Araya <[email protected]> wrote: > Hello, nice to say hello, I want to know if there is way to make a smoothing > raster QGIS? > > Something like this: > http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//009z0000003p000000
Within processing - GRASS GIS 7 (enable in "advanced" settings), you may use e.g. - r.to.vect + v.clean (rmarea), or - r.neighbors (mode), or - r.reclass.area.greater, or - r.reclass.area.lesser. AFAIK, at least QGIS 2.12 is needed to have GRASS GIS 7 support. Markus _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
