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