[gdal-dev] Trying to get BIGTIFF to work

Andreas Neumann a.neumann at carto.net
Thu Aug 14 11:52:09 EDT 2008


It seems to work now.

I needed to compile gdal not only against the new external libtiff but
also against external libgeotiff, which I did not do in the first try.
Before I did use gdals internal support for geotiff which seems not to
support BIGTIFF? Is my assumption correct that an external libgeotiff is
required for BIGTIFF?

Anyway - it now seems to work. I need to check if the output also displays
correctly.

Thanks,
Andreas

> Andreas,
>
> BigTIFF support is built in if the TIFF_OPTS variable in gdal/GDALmake.opt
> is set to -DBIGTIFF_SUPPORT.  You might want to verify that.  Also, if you
> altered your configuration to include the bigtiff version of libtiff
> you need to
> do a complete build (ie. make clean ; make).
>
> I *suspect* you either didn't completely rebuild GDAL with the new
> configuration or you didn't install it or you aren't actually running the
> version you built and installed yourself.
>
> Good luck,
>
> On Thu, Aug 14, 2008 at 10:54 AM, Andreas Neumann <a.neumann at carto.net>
> wrote:
>> Hi gdal developers,
>>
>> I am trying to get BIGTIFF to work.
>>
>> When I use the configure script it tells me:
>>
>>  LIBTIFF support:           external (BigTIFF=yes)
>>  LIBGEOTIFF support:        internal
>>
>> It compiles and install fine.
>>
>> I have to mention that I have both the older stable version installed
>> (libtiff 3.8.2-7ubuntu3 installed in /usr) and the newer version
>> (libtiff
>> tiff-4.0.0beta2 installed in /usr/local) - I told the configure script
>> to
>> use the newer version (./configure --with-perl --with-python
>> --with-xerces
>> --with-sqlite --with-pg=/usr/local/pgsql/bin/pg_config --with-geotiff
>> --with-libtiff=/usr/local)
>>
>> When I do a big file extract with gdal_translate, I get the following
>> error message:
>>
>> gdal_translate -of GTIFF -a_srs EPSG:21781 -projwin 689000 252000 702000
>> 242000 -co "BIGTIFF=YES" orthofoto_2006.img
>> orthofoto_2006_2008_08_13-16_32.tiff
>> Input file size is 56000, 44000
>> Computed -srcwin 0 0 52000 40000 from projected window.
>> Warning 6: Driver GTiff does not support BIGTIFF creation option
>> 0ERROR 6: A 52000 pixels x 40000 lines x 3 bands Byte image would be
>> larger than 4GB
>> but this is the largest size a TIFF can be.  Creation failed.
>>
>> So I wonder what went wrong with my compilation or library installation
>> that gdal can't use the BIGTIFF option, although the configure script
>> would tell me BIGTIFF=YES
>>
>> I am on Ubuntu Server Hardy 64bit version.
>>
>> Thank you for any hints on how to get bigtiff working on my systems,
>> Andreas
>>
>> --
>> Andreas Neumann
>> Böschacherstrasse 6, CH-8624 Grüt/Gossau, Switzerland
>> Email: a.neumann at carto.net, Web:
>> * http://www.carto.net/ (Carto and SVG resources)
>> * http://www.carto.net/neumann/ (personal page)
>> * http://www.svgopen.org/ (SVG Open Conference)
>> * http://www.geofoto.ch/ (Georeferenced Photos of Switzerland)
>>
>> _______________________________________________
>> gdal-dev mailing list
>> gdal-dev at lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/gdal-dev
>>
>
>
>
> --
> ---------------------------------------+--------------------------------------
> I set the clouds in motion - turn up | Frank Warmerdam,
> warmerdam at pobox.com
> light and sound - activate the windows | http://pobox.com/~warmerdam
> and watch the world go round - Rush | Geospatial Programmer for Rent
>


-- 
Andreas Neumann
Böschacherstrasse 6, CH-8624 Grüt/Gossau, Switzerland
Email: a.neumann at carto.net, Web:
* http://www.carto.net/ (Carto and SVG resources)
* http://www.carto.net/neumann/ (personal page)
* http://www.svgopen.org/ (SVG Open Conference)
* http://www.geofoto.ch/ (Georeferenced Photos of Switzerland)



More information about the gdal-dev mailing list