statistics(refresh=False, approximate=False)
New in Django 1.10.
Compute statistics on the pixel values of this band. The return value is a tuple with the following structure: (minimum, maximum, mean, standard deviation).
If the approximate argument is set to True, the statistics may be computed based on overviews or a subset of image tiles.
If the refresh argument is set to True, the statistics will be computed from the data directly, and the cache will be updated with the result.
If a pe