<div dir="ltr"><div>Hi devs,</div><div><br></div><div>If I use a series of integer type maps as input to t.rast.series or r.series and select minimum as method, the output is a floating point map. I would have thought that if the input are integers then output should be integer as well. I realized when I made a plot of the map and got a smooth legend instead of integer numbers.<br></div><div><br></div><div>Here an example:</div><div><br></div><div>{{{<br></div><div>for i in `seq 1 6` ; do r.mapcalc expression="map${i} = ${i}" ; done<br><a href="http://r.info">r.info</a> map1 <<-- CELL<br>r.series input=`g.list rast pat=map* sep=,` method=minimum output=test_min<br><a href="http://r.info">r.info</a> test_min <<-- DCELL<br>}}}</div><div><br></div><div>Is this an expected behaviour?</div><div><br></div><div>best,</div><div>Vero<br></div></div>