Is there a way to perform a similar function such as ST_PixelAsPolygons using rasterio? I am aware of rasterio.features.shapes but that would output the shape of similar pixels instead of the geometry of all pixels. How could I get the polygons and values of all pixels?