Exemplo n.º 1
0
 def time_union(self):
     shapely.union(self.left, self.right)
Exemplo n.º 2
0
 def time_union_prec2(self):
     shapely.union(self.left, self.right, grid_size=2)
Exemplo n.º 3
0
 def union(self, other):
     """Returns the union of the geometries (Shapely geometry)"""
     return shapely.union(self, other)