MCPcopy
hub / github.com/django/django / max

Method max

django/contrib/gis/gdal/raster/band.py:124–128  ·  view source on GitHub ↗

Return the maximum pixel value for this band.

(self)

Source from the content-addressed store, hash-verified

122
123 @property
124 def max(self):
125 """
126 Return the maximum pixel value for this band.
127 """
128 return self.statistics()[1]
129
130 @property
131 def mean(self):

Callers 2

affectedCheckboxesFunction · 0.80

Calls 1

statisticsMethod · 0.95

Tested by

no test coverage detected