[GRASS5] No fp support in r.reclass

Markus Neteler neteler at itc.it
Wed, 27 Feb 2002 09:40:02 +0100


On Wed, Feb 27, 2002 at 03:10:32AM +0000, Gualter Barbas Baptista wrote:
> Does r.reclass have fp support? With me it reads fp numbers, but then 
> rounds them to ints.
> Looks like I will have to spend some more hard disk space using mapcalc :(
> 
Hi Gualter,

r.reclass is doing a reclassification of data. The resulting classes
are integer by definition as a class is generally a whole number.

Probably you have a different application in mind?

Markus