Skip to content
Prev 18653 / 29559 Next

Chapter 4 in ASDAR book GeoTiff question

On Sat, Jun 29, 2013 at 11:11 PM, Hodgess, Erin <HodgessE at uhd.edu> wrote:
Some geospatial image formats store 'statistics' of their data in
themselves - things like the mean and variance of the data - are kept
in little metadata chunks so that software doesn't have to loop over
the data and compute it whenever needed.

 The warning message is just saying that the GeoTiff driver in GDAL
doesn't support this kind of metadata. If GDAL has to get say, the
mean value of a band, it will have to loop over and compute it rather
than just getting the number from the metadata statistics block.

 Thomas Adams doesn't get this message - either he's got a different
version of the GDAL library that does handle statistics metadata, or
he's got a different version of sp or rgdal (wherever GDALInfo comes
from) that doesn't bother warning you.

 Either way, it doesn't really matter!

Barry
Message-ID: <CANVKczOvk8Fb_GrUZfnRc8GfC96JryMnRoHhSL8vKxCcPGWhwA@mail.gmail.com>
In-Reply-To: <0dc53c9490e3457bb166194927dbac92@EX-1-HT0.lancs.local>