Exemplo n.º 1
0
 def short(
     self,
     name,
     maptype,
 ):
     """Rast_short_history"""
     libraster.Rast_short_history(ctypes.c_char_p(name),
                                  ctypes.c_char_p(maptype),
                                  ctypes.byref(self.hist))
Exemplo n.º 2
0
 def short(self):
     """Rast_short_history"""
     libraster.Rast_short_history(self.name, 'raster', self.c_hist)