Get bounds after rasterio merge


ashnair0007@...
 

I merged two tiffs via the rasterio.merge function which returned the merged numpy array and the geo transform. Is there a way to get the bounds (in latitude and longitude) of this new merged image?


Luke
 

On Wed, 27 May 2020 at 04:18, <ashnair0007@...> wrote:
I merged two tiffs via the rasterio.merge function which returned the merged numpy array and the geo transform. Is there a way to get the bounds (in latitude and longitude) of this new merged image?