How to fix a GeoTIFF that has an invalid NO DATA value: Difference between revisions

From Tygron Support wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:




<code>C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1 -GDALNoData=3.4028229999999999999e+038
<code>C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1 -GDALNoData=3.4028229999999999999e+038<br>
 
pause<br>
pause
C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1<br>
 
pause<br>
C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1
 
pause
</code>
</code>

Revision as of 10:04, 29 September 2023

exiftool.exe nodata_tiff_comma.tiff "-GDALNoData=3.4028229999999999999e+038"


C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1 -GDALNoData=3.4028229999999999999e+038
pause
C:\Users\TYGRON\Downloads\downloadtool\exiftool-12.65\exiftool.exe %1
pause