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 1: Line 1:
[[File:nodata_tiff_error.PNG]]
<code>exiftool.exe nodata_tiff_comma.tiff "-GDALNoData=3.4028229999999999999e+038"</code>
<code>exiftool.exe nodata_tiff_comma.tiff "-GDALNoData=3.4028229999999999999e+038"</code>


Line 7: Line 10:
pause</code>
pause</code>


[[File:nodata_tiff_error.PNG]]


[[File:nodata_tool_command.PNG]]
[[File:nodata_tool_command.PNG]]
Line 14: Line 16:


[[File:nodata_tool_exe.PNG]]]
[[File:nodata_tool_exe.PNG]]]
[[File:nodata_tool_extract.PNG]]]

Revision as of 10:40, 29 September 2023


Nodata tiff error.PNG 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


Nodata tool command.PNG

Nodata tool download.PNG

Nodata tool exe.PNG]

Nodata tool extract.PNG]