Example #1
0
 def point_pix2utm(self, point):
     return gladys.point_pix2utm(self.image_gdal, *point)
Example #2
0
 def p2u(self, x, y):
     return gladys.point_pix2utm(self.gdmap, x, y)
Example #3
0
 def p2u(self, x, y):
     return gladys.point_pix2utm(self.gdmap, x, y)