Tue, Dec 3 2002
14:45:29
|
|
Request created by guest
|
|
Subject: r.transect: no output and an error messages
> directly by r.transect
Platform: GNU/Linux/i386
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: GRASS 5.0.1-cvs (October 2002)
r.transect problems:
no output and an error message asking for parameters not recognised
directly by r.transect:
GRASS:~/progetti > r.transect map=dem.tmp result=raw line=10,10,45,100 width=5
ERROR: Either -i flag and/or profile parameter must be used.
GRASS:~/progetti >
Reading the code I saw that r.transect is based on r.profile so it seems
that -i flag and profile parameters requested are coming from r.profile
command.
version of Grass: GRASS 5.0.1 sources checked out from CVS on Dec,1st 2002
compiled on Debian GNU/Linux 2.4.19.
Alessandro Frigeri
|
|
Wed, Feb 5 2003
04:02:47
|
|
Mail sent by guest
|
|
[BUG 1468, r.transect unusable]
found it.
line 85 of src/raster/r.transect/cmd/main.c should read:
sprintf (command, "r.profile input='%s' output='-' profile=", parms.map->answer);
(missing " profile=")
regards,
Hamish
there is still a tiny output bug in r.profile which I'll file in another
report, but it works anyway.
|
|
Wed, Feb 19 2003
06:10:59
|
|
Mail sent by guest
|
|
|
Thu, Mar 13 2003
03:51:18
|
|
Status changed to resolved by hbowman
|
|