Mon, Jun 26 2006
12:04:24
|
|
Request created by guest
|
|
Subject: r.out.gdal: multiple createopt impossible
Platform: GNU/Linux/x86
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: 2006-05-23
According to manual, for 'createopt' "Multiple options may be listed". Trying:
r.out.gdal input=map type=Byte output=map.tif createopt="COMPRESS=DEFLATE"
createopt="TFW=YES"
It doens't work:
0Warning 5: COMPRESS=DEFLATE,TFW=YES value not recognised, ignoring.
Same happens for:
createopt="COMPRESS=DEFLATE","TFW=YES"
And if I try something like that:
'createopt="COMPRESS=DEFLATE","TFW=YES"'
Then no warning but TFW is not created and compression not applied, ie. still
createopt is ignored.
Maciek
|
|
Mon, Jun 26 2006
12:25:02
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Mon, 26 Jun 2006 12:24:58 +0200
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Request Tracker <grass-bugs@intevation.de>
|
Cc |
grass-dev@grass.itc.it
|
Subject |
Re: [GRASS-dev] [bug #4739] (grass) r.out.gdal: multiple createopt impossible
|
Message-ID |
<20060626102458.GG15993@bartok.itc.it>
|
Mail-Followup-To |
Request Tracker <grass-bugs@intevation.de>, grass-dev@grass.itc.it
|
References |
<20060626100424.6A0C21005BC@lists.intevation.de>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<20060626100424.6A0C21005BC@lists.intevation.de>
|
X-PGP-Key |
http://www.gdf-hannover.de/neteler/markus_gpgkey.asc
|
X-PGP-Fingerprint |
D4D5 2F80 120E AD60 E2F6 2297 21B3 D02B E1E7 E789
|
User-Agent |
Mutt/1.5.11
|
X-Virus-Scanned |
by amavisd-new at intevation.de
|
X-Spam-Status |
No, hits=-3.206 tagged_above=-999 required=4 tests=[AWL=1.528, BAYES_00=-5, FORGED_RCVD_HELO=0.266]
|
X-Spam-Level |
|
On Mon, Jun 26, 2006 at 12:04:24PM +0200, Request Tracker wrote:
> this bug's URL: http://intevation.de/rt/webrt?serial_num=4739
> -------------------------------------------------------------------------
>
> Subject: r.out.gdal: multiple createopt impossible
>
> Platform: GNU/Linux/x86
> grass obtained from: CVS
> grass binary for platform: Compiled from Sources
> GRASS Version: 2006-05-23
>
> According to manual, for 'createopt' "Multiple options may be listed". Trying:
>
> r.out.gdal input=map type=Byte output=map.tif createopt="COMPRESS=DEFLATE"
> createopt="TFW=YES"
>
> It doens't work:
>
> 0Warning 5: COMPRESS=DEFLATE,TFW=YES value not recognised, ignoring.
>
> Same happens for:
>
> createopt="COMPRESS=DEFLATE","TFW=YES"
>
Implemented in CVS.
Example:
r.out.gdal elevation.dem format=GTiff type=Int16 output=elev_dem.tif \
createopt=TFW=YES,COMPRESS=DEFLATE
should now work. Same for metaopt.
Markus
|
|
Mon, Jun 26 2006
12:25:25
|
|
Status changed to resolved by mneteler
|
|