Mon, Nov 15 2004
11:33:12
|
|
Request created by guest
|
|
Subject: r.out.ascii parameter width doesn't work
Platform: GNU/Linux/i386
grass obtained from: Trento Italy site
grass binary for platform: Compiled from Sources
GRASS Version: CVS checked out 20041101
Hi,
I tried to use the width parameter in r.out.ascii
width = Number of values printed before wrapping a line
but this feature doesn't work.
Otto |
|
Mon, Nov 15 2004
13:13:05
|
|
Mail sent by glynn@gclements.plus.com
|
|
Return-Path |
<glynn@gclements.plus.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
From |
Glynn Clements <glynn@gclements.plus.com>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Transfer-Encoding |
7bit
|
Message-ID |
<16792.40260.319638.815272@cerise.gclements.plus.com>
|
Date |
Mon, 15 Nov 2004 12:12:52 +0000
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #2691] (grass) r.out.ascii parameter width doesn't work
|
In-Reply-To |
<20041115103312.E82B1102C0F@lists.intevation.de>
|
References |
<20041115103312.E82B1102C0F@lists.intevation.de>
|
X-Mailer |
VM 7.07 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=2691
> Subject: r.out.ascii parameter width doesn't work
> I tried to use the width parameter in r.out.ascii
> width = Number of values printed before wrapping a line
>
> but this feature doesn't work.
The width= option is only used when writing SURFER or MODFLOW format
(-s/-M switches); the GRASS format always writes one text row per map
row.
If that's intentional, it should be more clearly documented.
--
Glynn Clements <glynn@gclements.plus.com>
|
|
Wed, Nov 17 2004
15:45:12
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Wed, 17 Nov 2004 15:45:01 +0100
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Glynn Clements <glynn@gclements.plus.com>
|
Cc |
Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #2691] (grass) r.out.ascii parameter width doesn't work
|
Message-ID |
<20041117144501.GB20438@thuille.itc.it>
|
Mail-Followup-To |
Glynn Clements <glynn@gclements.plus.com>, Request Tracker <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20041115103312.E82B1102C0F@lists.intevation.de> <16792.40260.319638.815272@cerise.gclements.plus.com>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<16792.40260.319638.815272@cerise.gclements.plus.com>
|
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, Nov 15, 2004 at 12:12:52PM +0000, Glynn Clements wrote:
>
> Request Tracker wrote:
>
> > this bug's URL: http://intevation.de/rt/webrt?serial_num=2691
>
> > Subject: r.out.ascii parameter width doesn't work
>
> > I tried to use the width parameter in r.out.ascii
> > width = Number of values printed before wrapping a line
> >
> > but this feature doesn't work.
>
> The width= option is only used when writing SURFER or MODFLOW format
> (-s/-M switches); the GRASS format always writes one text row per map
> row.
>
> If that's intentional, it should be more clearly documented.
In GRASS 5.7-CVS:
I have changed the width parm documentation to reflect the "limitation".
Also changed -M to -m for consistency.
Markus
|
|
Wed, Nov 17 2004
15:52:15
|
|
Status changed to resolved by mneteler
|
|