I have a bounding box which I have created. I know the lat lon of the four vertices of the box. On these vertices I have created a buffer circle of radius 10m and now I want to calculate a new bounding box which covers these four circles.
I have created four circles where I know the lat,lon of each points which makes the circle. How can I make and find the coordinates of the 4 ends of this new rectangle/bounding box which encloses these four circles in python.