BigTIFF support: Difference between revisions
Jump to navigation
Jump to search
(Created page with "'''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 o...") |
mNo edit summary |
||
Line 6: | Line 6: | ||
[[Category:FAQ]] | [[Category:FAQ]] | ||
[[Category: Import]] | |||
[[Category: massive data analysis]] | [[Category: massive data analysis]] |
Revision as of 15:00, 20 December 2012
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 GDAL library compiled against libtiff >= 4.0. See [1]