MCPcopy
hub / github.com/django/django / min

Method min

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

Return the minimum pixel value for this band.

(self)

Source from the content-addressed store, hash-verified

115
116 @property
117 def min(self):
118 """
119 Return the minimum pixel value for this band.
120 """
121 return self.statistics()[0]
122
123 @property
124 def max(self):

Callers 1

affectedCheckboxesFunction · 0.80

Calls 1

statisticsMethod · 0.95

Tested by

no test coverage detected