[GRASS5] [bug #2378] (grass) wish: r.grow2 floating point support

this bug's URL: http://intevation.de/rt/webrt?serial_num=2378
-------------------------------------------------------------------------

Subject: wish: r.grow2 floating point support

Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Compiled from Sources
GRASS Version: 5.3 cvs apr 2004

It would be nice if r.grow2 supported FCELL & DCELL maps.

Current workaround is to use r.mapcalc to multiply by 1e6 before running and divide by 1e6 afterwards.

a man page would be helpful too.

thanks,
Hamish

-------------------------------------------- Managed by Request Tracker

On Mon, Apr 12, 2004 at 03:09:43AM +0200, Request Tracker wrote:

this bug's URL: http://intevation.de/rt/webrt?serial_num=2378
-------------------------------------------------------------------------

Subject: wish: r.grow2 floating point support

Platform: GNU/Linux/i386
grass obtained from: Mirror of Trento site
grass binary for platform: Compiled from Sources
GRASS Version: 5.3 cvs apr 2004

It would be nice if r.grow2 supported FCELL & DCELL maps.

Current workaround is to use r.mapcalc to multiply by 1e6 before running and divide by 1e6 afterwards.

a man page would be helpful too.

Hint:
to generate a HTML man page, enjoy the 'html-description' flag:

r.grow --html-description

r.grow2 --html-description
r.grow2 --html-description > r.grow2.html

Markus