<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>You can convert, and convert back.  I think that this would work:</div>
<div><br>
</div>
<div><i>r.mapcalc "output = round(input * 1000)/1000.0"</i></div>
<div>
<div><br>
</div>
<div>-- Adam</div>
<div><br>
</div>
</div>
</div>
</div>
<div><br>
</div>
<span id="OLK_SRC_BODY_SECTION">
<div style="font-family:Calibri; font-size:11pt; text-align:left; color:black; BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; PADDING-BOTTOM: 0in; PADDING-LEFT: 0in; PADDING-RIGHT: 0in; BORDER-TOP: #b5c4df 1pt solid; BORDER-RIGHT: medium none; PADDING-TOP: 3pt">
<span style="font-weight:bold">From: </span>Paulo van Breugel <<a href="mailto:p.vanbreugel@gmail.com">p.vanbreugel@gmail.com</a>><br>
<span style="font-weight:bold">Date: </span>Wednesday, May 1, 2013 11:48 AM<br>
<span style="font-weight:bold">To: </span>GRASS users email list <<a href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>><br>
<span style="font-weight:bold">Subject: </span>[GRASS-user] rounding raster values<br>
</div>
<div><br>
</div>
<div>
<div bgcolor="#FFFFFF" text="#000099">Hi,<br>
<br>
I have floating raster layers which values I want to round to x decimal places. I wonder if there is an function that allows me to round raster values to values x decimal places? There is the option
<i>round()</i> in r.mapcalc, but that rounds the raster values to nearest integer. I can work with integer values, using e.g.,
<i>r.mapcalc "output = round(input * 1000)"</i>. But an option to round values would be more convenient. Any suggestion?<br>
<br>
Rgds<br>
<br>
Paulo<br>
</div>
</div>
</span>
</body>
</html>