Beispiel #1
0
 def max(self):
     """
     Returns the maximum pixel value for this band.
     """
     return capi.get_band_maximum(self._ptr, byref(c_int()))
Beispiel #2
0
 def max(self):
     """
     Returns the maximum pixel value for this band.
     """
     return capi.get_band_maximum(self._ptr, byref(c_int()))
Beispiel #3
0
from ctypes import byref, c_int