Changes between Initial Version and Version 1 of Ticket #3322


Ignore:
Timestamp:
Jan 11, 2010, 6:13:07 AM (14 years ago)
Author:
warmerdam
Comment:

Hi,

To confirm you encounter the same problem on linux with 1.6.3 and with the FWTools on windows, right?

Have you tried warping to an uncompressed geotiff file?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3322

    • Property Keywords gtiff added
    • Property Status newassigned
  • Ticket #3322 – Description

    initial v1  
    44
    55The source is file01.ecw = 680Mo for 48934x46280
    6 
     6{{{
    77gdal_translate -of Gtiff -co "BIGTIFF=YES" -co "INTERLEAVE=PIXEL" -co "PROFILE=GDALGeoTIFF" -co "TFW=YES" -co "COMPRESS=LZW" "file01.ecw" "file02.tif"
    8 
     8}}}
    99file02.tif = 3.8Go
    10 
     10{{{
    1111gdalwarp -s_srs "+init=IGNF:LAMB1C +wktext" -t_srs "+init=IGNF:LAMB93 +wktext" -rc -tr 2.5 2.5 -multi -of Gtiff -co "BIGTIFF=YES" -co "INTERLEAVE=PIXEL" -co "PROFILE=GDALGeoTIFF" -co "TFW=YES" -co "COMPRESS=LZW" -dstnodata 255 "file01.ecw" "file03.tif"
    12 
     12}}}
    1313file03.tiff 49396x46760
    1414