cityImage.convex_hull_wgs# cityImage.convex_hull_wgs(gdf)[source]# Given a GeoDataFrame it derives its convex hull in the WGS coordinate system. Parameters: gdf (GeoDataFrame) – Returns: convex_hull_wgs – The resulting hexagon. Return type: Polygon