def to_polygon(self): """Converts this instance to a Shapely Polygon. The resulting Polygon will be in the shape of a box. Returns: ``shapely.geometry.Polygon`` """ return box(*self)