Mon, Apr 12 2004
03:09:42
|
|
Request created by guest
|
|
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
|
|
Tue, Apr 13 2004
10:53:50
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Tue, 13 Apr 2004 11:09:05 +0200
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #2378] (grass) wish: r.grow2 floating point support
|
Message-ID |
<20040413090905.GF21134@thuille.itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20040412010943.3802D13B8E@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<20040412010943.3802D13B8E@lists.intevation.de>
|
User-Agent |
Mutt/1.4.1i
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
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
|
|
Mon, Apr 19 2004
08:30:43
|
|
Mail sent by guest
|
|
I just wanted to add to this wish. It would be nice if I could specify the amount
that r.grow
would 'grow', and which features would grow. That is, rather than add 1 cell
to the perimeter of
all features (i.e., clumps of contiguous cells), the user could specify:
1) the categories of features to grow, and
2) how many cells would be added to the perimeter of a feature
Michael Barton |
|