BigTIFF support: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (Various changes) |
||
Line 1: | Line 1: | ||
'''Q:''' I am trying to import a large GeoTIFF file with r.in.gdal and I get the following error: | '''Q:''' I am trying to import a large GeoTIFF file with <code>r.in.gdal</code> and I get the following error: | ||
ERROR 4: This is a BigTIFF file. BigTIFF is not supported by this version of GDAL and libtiff. | ERROR 4: This is a BigTIFF file. BigTIFF is not supported by this version of GDAL and libtiff. | ||
'''A:''' You need to have GDAL library compiled against libtiff >= 4.0. See [http://www.gdal.org/frmt_gtiff.html] | '''A:''' You need to have the <code>GDAL</code> library compiled against <code>libtiff</code> >= 4.0. See [http://www.gdal.org/frmt_gtiff.html] | ||
[[Category:FAQ]] | [[Category: FAQ]] | ||
[[Category: Import]] | [[Category: Import]] | ||
[[Category: GDAL]] | |||
[[Category: massive data analysis]] | [[Category: massive data analysis]] |
Latest revision as of 10:18, 1 January 2013
Q: I am trying to import a large GeoTIFF file with r.in.gdal
and I get the following error:
ERROR 4: This is a BigTIFF file. BigTIFF is not supported by this version of GDAL and libtiff.
A: You need to have the GDAL
library compiled against libtiff
>= 4.0. See [1]