def _is_polygon(self): """is there at least one region that was a Polygon/ MultiPolygon .""" return np.any(np.array(self.combiner('_is_polygon'))) # add the plotting method