[GRASS-user] bigTIFF file input

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
version of GDAL and libtiff.

could you help me please..
regards.

Hi,

2012/10/16 Albert Saribekyan <albertsaribekyan@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 compiled against libtiff >= 4.0 [1].

Martin

[1] http://www.gdal.org/frmt_gtiff.html

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa

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, which you can set with ./configure --enable-largefile

If you use the default gdal install, it might not support big files. This is for example the case in Ubuntu (I think, didn’t check with 12.04 though). In that case you might want to compile gdal from source.

Cheers,

Paulo

On Tue, Oct 16, 2012 at 4:37 PM, Albert Saribekyan <albertsaribekyan@rambler.ru> wrote:

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
version of GDAL and libtiff.

could you help me please…
regards.


grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

Hi,

On Tue, Oct 16, 2012 at 5:15 PM, Martin Landa <landa.martin@gmail.com> wrote:

Hi,

2012/10/16 Albert Saribekyan <albertsaribekyan@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 compiled against libtiff >= 4.0 [1].

Martin

[1] http://www.gdal.org/frmt_gtiff.html

Just added a FAQ http://grass.osgeo.org/wiki/BigTIFF_support

ciao madi


Margherita DI LEO

Postdoctoral Researcher
European Commission - DG JRC
Forest Resources and Climate
I-21020 Ispra (VA) - Italy - TP 261

Tel. +39 0332 78 3600
margherita.di-leo@jrc.ec.europa.eu

On Tue, Oct 16, 2012 at 5:20 PM, Paulo van Breugel
<p.vanbreugel@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 than 4 GB).

You should also enable big file support when compiling grass I think, which
you can set with ./configure --enable-largefile

If you use the default gdal install, it might not support big files. This is
for example the case in Ubuntu (I think, didn't check with 12.04 though). In
that case you might want to compile gdal from source.

GDAL uses by default its internal libtiff and supports BigTIFF, for a
couple of years in its stable versions. If you installed gdal with the
package manager of your Linux version, you would need to file a bug
report for your Linux version or compile GDAL yourself from source
with the default options for GTiff. If you compiled GDAL from source,
you may need to update to the latest stable version and compile with
the default options for GTiff.

HTH,

Markus

Cheers,

Paulo

On Tue, Oct 16, 2012 at 4:37 PM, Albert Saribekyan
<albertsaribekyan@rambler.ru> wrote:

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
version of GDAL and libtiff.

could you help me please..
regards.
_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user

_______________________________________________
grass-user mailing list
grass-user@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-user