I am confused about why if I open a band with GDAL I get, for example, band.GetMaximun(): 1000, but if I do ReadBandAsArray I get myArray.max(): 1200 (the same if I do np.max(myArray)). Does someone knows why this difference? أكثر...