I have a layer with polygons (buildings) and I would like create a polygon that limits the area where the polygons are using geopandas or other python module
SO I have these buildings:
and I would like to have a new layer with a polygon that covers all buildings:
so this:
where it covers the building polygons area . It can be that also a polygon that covers all the buildings and not goes exactly on the vertices of the outside buildings.