Exemplo n.º 1
0
 def plot(self):
     plot_wkb.plot_multipolygon(self.geom)
Exemplo n.º 2
0
 def plot_intersections(self):
     for ig in self.intersect_geoms:
         plot_wkb.plot_multipolygon(ig)