I need to change the offset of some tiff files that I am exporting from Qgis. Qgis gives them a offset of 0xbd72, while the program I need to load them in to only reades files with an offset of 0xbcde.
Does anyone know how to change the offset of a tiff file in Qgis or python/gdal or any other way?
(I am trying to make a dtm of same shape as the srtm from ace2-data, north of 60deg, for use in Compass C-Pilot, a flight instrument for paragliding. It needs data in offset 0xbcde and 0x2ee2 bytes per row.)