Wed, Aug 21 2002
13:18:18
|
|
Request killed by mneteler
|
|
Thu, Aug 22 2002
17:15:25
|
|
Request created by guest
|
|
Subject: r.transect_no_result
Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: 5.0pre4
Please enter error description here (and your name)
I did not get any results with r.transect.
Could you please change in source code main.c
line 85 and 86 from:
sprintf (command, "r.profile map='%s' width=%s result=%s
line=",
parms.map->answer, parms.width->answer,
parms.result->answer);
to updated command of r.profile for example:
sprintf (command, "r.profile input='%s' output=-
profile=",
parms.map->answer);
Then it'll be fixed.
ciao
--
Hans Fuchs
|
|
Thu, Aug 22 2002
18:16:22
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Thu, 22 Aug 2002 18:16:14 +0200
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #1238] (grass) r.transect_no_result
|
Message-ID |
<20020822181614.A26517@itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20020822151525.F2DC3139FE@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
User-Agent |
Mutt/1.2.5.1i
|
In-Reply-To |
<20020822151525.F2DC3139FE@lists.intevation.de>; from grass-bugs@intevation.de on Thu, Aug 22, 2002 at 05:15:25PM +0200
|
X-Spam-Status |
No, hits=-4.4 required=5.0 tests=IN_REP_TO version=2.20
|
X-Spam-Level |
|
On Thu, Aug 22, 2002 at 05:15:25PM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=1238
> -------------------------------------------------------------------------
>
> Subject: r.transect_no_result
>
> Platform: GNU/Linux/i386
> grass obtained from: Trento Italy site
> grass binary for platform: Compiled from Sources
> GRASS Version: 5.0pre4
>
> Please enter error description here (and your name)
> I did not get any results with r.transect.
> Could you please change in source code main.c
> line 85 and 86 from:
>
> sprintf (command, "r.profile map='%s' width=%s result=%s
> line=",
> parms.map->answer, parms.width->answer,
> parms.result->answer);
>
> to updated command of r.profile for example:
> sprintf (command, "r.profile input='%s' output=-
> profile=",
> parms.map->answer);
>
> Then it'll be fixed.
Thanks for the hint!
I think also profile= must be eliminated and also the
width parameter in r.transect (and the html file updated and
tcltkgrass for r.transect).
This should reach the release_branch, otherwise r.transect
is unusable.
Markus
|
|
Tue, Oct 8 2002
09:52:54
|
|
Mail sent by mneteler
|
|
|
Tue, Oct 8 2002
09:52:58
|
|
Status changed to resolved by mneteler
|
|