Re: [gdal-dev] how to write multi-IFD TIFF files ?

2016-05-09 Thread fred p
I have just replaced geotifcp with tiffcp then applygeo from a recent version of libgeotiff. Not really pretty at all but it works... Thanks 2016-05-09 16:28 GMT+00:00 fred p : > Sorry for the previous message with a bad subject... > > -- Forwarded message -- >

Re: [gdal-dev] how to write multi-IFD TIFF files ?

2016-05-09 Thread fred p
Sorry for the previous message with a bad subject... -- Forwarded message -- From: fred p Date: 2016-05-09 16:26 GMT+00:00 Subject: Re: gdal-dev Digest, Vol 144, Issue 30 To: gdal-dev@lists.osgeo.org Thanks for confirming what I guessed. What follows is not directly related to

Re: [gdal-dev] gdal-dev Digest, Vol 144, Issue 30

2016-05-09 Thread fred p
FD TIFF files ? > Message-ID: <201605080019.51485.even.roua...@spatialys.com> > Content-Type: Text/Plain; charset="utf-8" > > Le samedi 07 mai 2016 23:57:18, fred p a écrit : > > Hello, > > I am looking for a way to write multi-IFD TIFF files with GDAL (each IF

[gdal-dev] how to write multi-IFD TIFF files ?

2016-05-07 Thread fred p
Hello, I am looking for a way to write multi-IFD TIFF files with GDAL (each IFD being JPEG or LZW compressed), for example with gdal_translate or (better if possible) the Python API but without any success. Is it possible anyway ? Thanks for your help ! _

[gdal-dev] installing GDAL with a custom installation of zlib

2013-07-16 Thread fred p
Hello, On a Linux platform, I have two versions of zlib : - the older version is installed with the system in /usr/lib64 - the newer version is installed in a non standard directory I launch the configure tool with the appropriate --with-zlib=/path/to/the/ newer/version/of/zlib When compiling, t

[gdal-dev] Re: lost GeoTiff file metadata with gdalwarp

2011-11-10 Thread fred p
ataItem(hDstDS, key, val, NULL) != CE_None ){ > fprintf( stderr, "Ecriture du tag %s impossible", key); > } > > } > } > } > > /* --

[gdal-dev] lost GeoTiff file metadata with gdalwarp

2011-11-10 Thread fred p
Hello list ! I use the gdalwarp tool to change the projection of a GeoTiff file but the most of the metadata of the source file are lost, which is not the case with the gdal_translate tool. Particularly, the following metadata are lost : TIFFTAG_DOCUMENTNAME TIFFTAG_IMAGEDESCRIPTION TIFFTAG_