MCPcopy
hub / github.com/django/django / mean

Method mean

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

Return the mean of all pixel values of this band.

(self)

Source from the content-addressed store, hash-verified

129
130 @property
131 def mean(self):
132 """
133 Return the mean of all pixel values of this band.
134 """
135 return self.statistics()[2]
136
137 @property
138 def std(self):

Callers

nothing calls this directly

Calls 1

statisticsMethod · 0.95

Tested by

no test coverage detected