BigTIFF is not supported by this version of GDAL and libtiff

Dear all

I have 55 Sentinel-1 data that any of them has 328Mb. I made a stack from all data and now, it has 18.5 Gb.

For sure, it is not possible to open them in SNAP or QGIS.

I plan to convert these tiff data to vrt but my computer cannot read them and said:

ERROR 4: This is a BigTIFF file. BigTIFF is not supported by this version of GDAL and libtiff.

Any solution for it?

I would be thankful.

You probably need to help others help yourself… what’s your system (OS, SNAP, Python, Libraries) ? how do you get where you are? what are trying to do?

A Google Search tells me that BigTIFF is only supported by libtiff>=4 and you need GDAL compiled against that… plus the python modules that you use probably need to be linked to that also. I seem to understand you are you Anaconda/conda and there is a note from 2018 that Anaconda GDAL didn’t support BigTIFF.