<div dir="ltr">Hi! I just noticed that <code>gdalinfo</code> reports the NoData value as <code>255.0</code> in JSON output, but as <code>255</code> in the default text output. Why is there a difference?<br><br><font face="monospace">$ gdalinfo -json 8812.tif | jq '.bands[0]["noDataValue"]'<br>255.0<br></font><br><font face="monospace">$ gdalinfo 8812.tif                                <br>...<br>Band 1 Block=256x256 Type=Byte, ColorInterp=Gray<br>  NoData Value=255</font><br></div>