[GRASS-user] bigTIFF file input

2012-10-16 Thread Albert Saribekyan
Albert Saribekyan. Hi all, I tryed to import a geotiff file with size of 6 GB and there are a following error GRASS 7.0.svn (example):~ r.in.gdal input=/localuser/albert/test_1.tif output=test_1 location=test1 ERROR 4: This is a BigTIFF file. BigTIFF is not supported by this

Re: [GRASS-user] bigTIFF file input

2012-10-16 Thread Martin Landa
Hi, 2012/10/16 Albert Saribekyan albertsaribek...@rambler.ru: GRASS 7.0.svn (example):~ r.in.gdal input=/localuser/albert/test_1.tif output=test_1 location=test1 ERROR 4: This is a BigTIFF file. BigTIFF is not supported by this version of GDAL and libtiff. you need to have GDAL library

Re: [GRASS-user] bigTIFF file input

2012-10-16 Thread Paulo van Breugel
Hi, Did you build gdal from source? When you compile gdal with internal libtiff or with libtiff = 4.0, GDAL should supports reading and writing BigTIFF files (evolution of the TIFF format to support files larger than 4 GB). You should also enable big file support when compiling grass I think,

Re: [GRASS-user] bigTIFF file input

2012-10-16 Thread Margherita Di Leo
Hi, On Tue, Oct 16, 2012 at 5:15 PM, Martin Landa landa.mar...@gmail.comwrote: Hi, 2012/10/16 Albert Saribekyan albertsaribek...@rambler.ru: GRASS 7.0.svn (example):~ r.in.gdal input=/localuser/albert/test_1.tif output=test_1 location=test1 ERROR 4: This is a BigTIFF file. BigTIFF

Re: [GRASS-user] bigTIFF file input

2012-10-16 Thread Markus Metz
On Tue, Oct 16, 2012 at 5:20 PM, Paulo van Breugel p.vanbreu...@gmail.com wrote: Hi, Did you build gdal from source? When you compile gdal with internal libtiff or with libtiff = 4.0, GDAL should supports reading and writing BigTIFF files (evolution of the TIFF format to support files larger