<div dir="ltr">I have a byte GTiff dataset that has a nodata value of 0 according to QGIS.  However, when I load it using the gdal python API, I get this:<div><br></div><div><div>>>> ds= gdal.Open('cdl10lu83.tif')</div>

<div>>>> band=ds.GetRasterBand(1)</div><div>>>> band.GetNoDataValue()</div><div>-3.4028230607370965e+38</div><div><div dir="ltr"><br></div><div>Also when I run `gdalinfo` I see the same nodata value:</div>

<div><br></div><div><div>Band 1 Block=128x128 Type=Byte, ColorInterp=Gray</div><div>  Min=0.000 Max=26.000</div><div>  Minimum=0.000, Maximum=26.000, Mean=10.115, StdDev=5.072</div><div>  NoData Value=-3.4028230607370965e+038</div>

</div><div><br></div><div>I'm running GDAL 1.11.0, although I've also experienced the same behavior on gdalinfo with 1.9.0. I'm using QGIS 2.4 which is built against GDAL 1.9.</div><div><br></div><div>Any ideas what's going on and how to handle it?</div>

<div dir="ltr"><br>--<br>Richard P. Sharp Jr.<br>Lead Software Architect<br>Natural Capital Project<br>Stanford University, U Minnesota, TNC, WWF<br>371 Serra Mall<br>Stanford, CA 94305<br><a href="http://www.stanford.edu/~rpsharp/" target="_blank">http://www.stanford.edu/~rpsharp/</a></div>

</div>
</div></div>