BigTIFF support
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]