Re: [gdal-dev] Getting BigTiff support in Ubuntu 9.04 64bits

2009-08-14 Thread Felix Schalck
2009/8/14 Nikos Alexandris : > Felix Schalck: >> Dear Frank, >> After some extensive research, I discovered this: >> >> qwer...@qwerkus-desktop:~$ ls -la /usr/local/bin/gdalwarp >> -rwxr-xr-x 1 root root 95391 2009-08-14 20:20 /usr/local/bin/gdalwarp >> qwer...@qwerkus-desktop:~$ ls -la /usr/bin/gd

Re: [gdal-dev] Getting BigTiff support in Ubuntu 9.04 64bits

2009-08-14 Thread Nikos Alexandris
Felix Schalck: > Dear Frank, > After some extensive research, I discovered this: > > qwer...@qwerkus-desktop:~$ ls -la /usr/local/bin/gdalwarp > -rwxr-xr-x 1 root root 95391 2009-08-14 20:20 /usr/local/bin/gdalwarp > qwer...@qwerkus-desktop:~$ ls -la /usr/bin/gdalwarp > -rwxr-xr-x 1 root root 3160

Re: [gdal-dev] Getting BigTiff support in Ubuntu 9.04 64bits

2009-08-14 Thread Felix Schalck
Dear Frank, After some extensive research, I discovered this: qwer...@qwerkus-desktop:~$ ls -la /usr/local/bin/gdalwarp -rwxr-xr-x 1 root root 95391 2009-08-14 20:20 /usr/local/bin/gdalwarp qwer...@qwerkus-desktop:~$ ls -la /usr/bin/gdalwarp -rwxr-xr-x 1 root root 31608 2009-03-10 00:32 /usr/bin/

Re: [gdal-dev] Getting BigTiff support in Ubuntu 9.04 64bits

2009-08-14 Thread Felix Schalck
Many thanks for your reply: the configuration now shows LIBTIFF support: internal (BigTIFF=yes) I ran make & make install, but I'm still getting the following error message, whie trying to merge my .tifs: $gdalwarp -co bigtiff=yes *.tif europe_all.tif Warning 6: Driver GTiff does not

Re: [gdal-dev] Getting BigTiff support in Ubuntu 9.04 64bits

2009-08-14 Thread Frank Warmerdam
Felix, Please use --with-libtiff=internal instead of --with-tiff=internal. On Fri, Aug 14, 2009 at 11:17 AM, Felix Schalck wrote: > Hello, > > I'm trying to create a high resolution topographic map of europe in > grass, using cgiar-cis srtm datas. The data is shipped in 5*5° tiles > which I need

[gdal-dev] Getting BigTiff support in Ubuntu 9.04 64bits

2009-08-14 Thread Felix Schalck
Hello, I'm trying to create a high resolution topographic map of europe in grass, using cgiar-cis srtm datas. The data is shipped in 5*5° tiles which I need to somhow paste together. On the grass mailing list, I was told to use gdalwarp in order to achieve this. Unfortunately, my current gdalwarp