[Gdal-dev] BigTIFF support
Luis Viveros
luis.viveros at digimapas.cl
Fri Jul 27 12:51:52 EDT 2007
Hi Frank and all,
Thanks. Now I pointed correctly --with-libtiff=/usr/local/ and the
configure output is:
LIBTIFF support: external (BigTIFF=yes)
But, using gdalwarp after:
gdalwarp -of GTiff -co BIGTIFF=YES -ot float32 input.tor output.tif
Creating output file that is 32000P x 168000L
ERROR 1: A 32000 pixels x 168000 lines x 1 bands Float32 image would be
larger than 4GB
but this is the largest size a TIFF can be. Creation failed.
I executed ldconfig after installation...
Any idea?
Thanks
--------------------------------
Luis Viveros
Project Manager
Digimapas Chile
office: +56(0)2 6657811
mobile: +56(09) 87298009
web: http://www.digimapas.cl
--------------------------------
Frank Warmerdam wrote:
> Luis Viveros wrote:
>> Hi all,
>>
>> I have tried to generate a big tiff file (~16GB) with the svn
>> version. When trying to create the file with gdalwarp (with -co
>> BIGTIFF=YES) it fails.
>>
>> I have tried both the internal libtiff and also the tiff-4.0.0alpha.
>>
>> When running the configure options --with-libtiff=internal or
>> --with-libtiff=yes or even
>> --with-libtiff=/usr/local/src/tiff-4.0.0alpha/libtiff, GDAL is
>
> Luis,
>
> Are you trying to point --with-libtiff at a libtiff build directory or
> an installed directory? Normally you would build and install libtiff4
> somewhere (perhaps /usr/local) and then configure GDAL using
> --with-libtiff
> pointing to the installed directory.
>
> Best regards,
More information about the Gdal-dev
mailing list