MCPcopy
hub / github.com/django/django / std

Method std

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

Return the standard deviation of all pixel values of this band.

(self)

Source from the content-addressed store, hash-verified

136
137 @property
138 def std(self):
139 """
140 Return the standard deviation of all pixel values of this band.
141 """
142 return self.statistics()[3]
143
144 @property
145 def nodata_value(self):

Callers

nothing calls this directly

Calls 1

statisticsMethod · 0.95

Tested by

no test coverage detected