ds_raster = rasterio.open(raster_path) bounds = ds_tile.bounds left= bounds.left bottom = bounds.bottom right = bounds.right top = bounds.top