Re: [gdal-dev] What Statistics Are Returned By GDAL.Dataset.GetRasterBand(...).GetStatistics(...) ?

2019-10-03 Thread Even Rouault
On jeudi 3 octobre 2019 10:21:58 CEST Peter Willis wrote: > Hello, > > I am using osgeo.gdal python module to load and get stats from image > bands. > > While working with the, python, 'GetStatistics(...)' function I noticed that > the returned values seemed a bit off. > A snippet of code is

[gdal-dev] What Statistics Are Returned By GDAL.Dataset.GetRasterBand(...).GetStatistics(...) ?

2019-10-03 Thread Peter Willis
Hello, I am using osgeo.gdal python module to load and get stats from image bands. While working with the, python, 'GetStatistics(...)' function I noticed that the returned values seemed a bit off. A snippet of code is shown below. I compared the statistics returned in python by the function