<div dir="ltr"><br><br>On Sun, Jan 24, 2021 at 8:25 PM ming han <<a href="mailto:dustming@gmail.com">dustming@gmail.com</a>> wrote:<br>><br>> Hi everyone <br>><br>>     Is it possible to let r.stats.zonal output raster to be CELL? <br><div><br></div><div>The output of r.stats.zonal should be as accurate as possible, thus in most cases a floating point output is required and produced.</div><div><br></div><div>If you want to reduce the accuracy to integer, you can do so by creating a new map with r.mapcalc's function round() and delete the original output afterwards.</div><div><br></div><div>Markus M<br></div><div><br></div><div>></div>> Thanks<br>> Ming <br>> _______________________________________________<br>> grass-user mailing list<br>> <a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a><br>> <a href="https://lists.osgeo.org/mailman/listinfo/grass-user">https://lists.osgeo.org/mailman/listinfo/grass-user</a></div>